Shades of Safety Orange #FC6608
Tints of Safety Orange #FC6608
RGB
CMYK
RGB Variations
Color information
#FC6608 (or 0xFC6608) is known color: Safety Orange. HEX triplet: FC, 66 and 08. RGB value is (252,102,8). Sum of RGB (Red+Green+Blue) = 252+102+8=362 (47% of max value = 765). Red value is 252 (98.83% from 255 or 69.61% from 362); Green value is 102 (40.23% from 255 or 28.18% from 362); Blue value is 8 (3.52% from 255 or 2.21% from 362); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6608 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6608 is #0399F7. Grayscale: #888888. Windows color (decimal): -236024 or 550652. OLE color: 550652.
HSL color Cylindrical-coordinate representation of color #FC6608: hue angle of 23.11º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FC6608 is Cyan = 0, Magento = 0.60, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 102 | 8 | - |
| CMYK | 0 | 0.60 | 0.97 | 0.01 |
| HSL | 23.11º | 0.98% | 0.51% | - |
| HSV(B) | 23.11º | 0.97% | 0.99% | - |
| XYZ | 44.94 | 30.22 | 3.69 | - |
| YUV | 136.13 | 55.7 | 210.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 102 | 8 | 0 | 0.60 | 0.97 | 0.01 | 23.11 | 0.98 | 0.51 |
| Hex | FC | 66 | 8 | 0 | 3C | 61 | 1 | 17 | 62 | 33 |
| Octal | 374 | 146 | 10 | 0 | 74 | 141 | 1 | 27 | 142 | 63 |
| Binary | 11111100 | 1100110 | 1000 | 0 | 111100 | 1100001 | 1 | 10111 | 1100010 | 110011 |
Color Harmonies of #FC6608
Complementary color
Monochromatic Colors of #FC6608
Black with #FC6608
Text Example
Text Example
White with #FC6608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6608; }
p { color: rgb(252,102,8); }
H1.HeaderClassName
{
color: #FC6608;
}
.AnyTagClassName
{
color: #FC6608;
}
</style>
background-color css
<style>
a { background-color: #FC6608; }
a { background-color: rgb(252,102,8); }
div.DivClassName
{
background-color: #FC6608;
}
.BgClassName
{
background-color: #FC6608;
}
</style>
border-color css
<style>
span { border-color: #FC6608; }
span { border-color: rgb(252,102,8); }
td.TdClassName
{
border-color: #FC6608;
}
.TagClassName
{
border-color: #FC6608;
}
</style>