#ff5000 color space conversions
Hex:
#ff5000
RGB:
255, 80, 0
CMY:
0, 69, 100
CMYK:
0, 69, 100, 0
HSL:
19°, 100.0000%, 50.0000%
HSV (HSB):
19°, 100.0000%, 100.0000%
XYZ:
44.1087, 26.9973, 2.8862
xyY:
0.5961, 0.3649, 26.9973
CIE-Lab:
58.9718, 63.9532, 69.6288
CIE-LCH:
58.9718, 94.5420, 47.4329
CIE-Luv:
58.9718, 143.8346, 47.9108
Hunter-Lab:
51.9589, 60.6029, 33.0778
#ff5000 color charts
#ff5000 color shades, tints & tones
#ff5000 color schemes
#ff5000 color preview, HTML & CSS examples
This text has a color of #ff5000
<p style="color:#ff5000;">Text here</p>
.mytext {color:#ff5000;}
This box has a color of #ff5000
<div style="background-color:#ff5000;">Content here</div>
.mybackground {background-color:#ff5000;}
Border around this has a color of #ff5000
<div style="border:2px solid #ff5000;">Content here</div>
.myborder {border:2px solid #ff5000;}