Shades of Safety Orange #FC6609
Tints of Safety Orange #FC6609
RGB
CMYK
RGB Variations
Color information
#FC6609 (or 0xFC6609) is known color: Safety Orange. HEX triplet: FC, 66 and 09. RGB value is (252,102,9). Sum of RGB (Red+Green+Blue) = 252+102+9=363 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.42% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 9 (3.91% from 255 or 2.48% from 363); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6609 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6609 is #0399F6. Grayscale: #888888. Windows color (decimal): -236023 or 616188. OLE color: 616188.
HSL color Cylindrical-coordinate representation of color #FC6609: hue angle of 22.96º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC6609 is Cyan = 0, Magento = 0.60, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 102 | 9 | - |
| CMYK | 0 | 0.60 | 0.96 | 0.01 |
| HSL | 22.96º | 0.98% | 0.51% | - |
| HSV(B) | 22.96º | 0.96% | 0.99% | - |
| XYZ | 44.95 | 30.22 | 3.72 | - |
| YUV | 136.25 | 56.2 | 210.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 102 | 9 | 0 | 0.60 | 0.96 | 0.01 | 22.96 | 0.98 | 0.51 |
| Hex | FC | 66 | 9 | 0 | 3C | 60 | 1 | 17 | 62 | 33 |
| Octal | 374 | 146 | 11 | 0 | 74 | 140 | 1 | 27 | 142 | 63 |
| Binary | 11111100 | 1100110 | 1001 | 0 | 111100 | 1100000 | 1 | 10111 | 1100010 | 110011 |
Color Harmonies of #FC6609
Complementary color
Monochromatic Colors of #FC6609
Black with #FC6609
Text Example
Text Example
White with #FC6609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6609; }
p { color: rgb(252,102,9); }
H1.HeaderClassName
{
color: #FC6609;
}
.AnyTagClassName
{
color: #FC6609;
}
</style>
background-color css
<style>
a { background-color: #FC6609; }
a { background-color: rgb(252,102,9); }
div.DivClassName
{
background-color: #FC6609;
}
.BgClassName
{
background-color: #FC6609;
}
</style>
border-color css
<style>
span { border-color: #FC6609; }
span { border-color: rgb(252,102,9); }
td.TdClassName
{
border-color: #FC6609;
}
.TagClassName
{
border-color: #FC6609;
}
</style>