Shades of Safety Orange #FC6F0B
Tints of Safety Orange #FC6F0B
RGB
CMYK
RGB Variations
Color information
#FC6F0B (or 0xFC6F0B) is known color: Safety Orange. HEX triplet: FC, 6F and 0B. RGB value is (252,111,11). Sum of RGB (Red+Green+Blue) = 252+111+11=374 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.38% from 374); Green value is 111 (43.75% from 255 or 29.68% from 374); Blue value is 11 (4.69% from 255 or 2.94% from 374); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6F0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6F0B is #0390F4. Grayscale: #8E8E8E. Windows color (decimal): -233717 or 749564. OLE color: 749564.
HSL color Cylindrical-coordinate representation of color #FC6F0B: hue angle of 24.9º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC6F0B is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 111 | 11 | - |
| CMYK | 0 | 0.56 | 0.96 | 0.01 |
| HSL | 24.9º | 0.98% | 0.52% | - |
| HSV(B) | 24.9º | 0.96% | 0.99% | - |
| XYZ | 45.89 | 32.09 | 4.09 | - |
| YUV | 141.76 | 54.21 | 206.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 111 | 11 | 0 | 0.56 | 0.96 | 0.01 | 24.9 | 0.98 | 0.52 |
| Hex | FC | 6F | B | 0 | 38 | 60 | 1 | 19 | 62 | 34 |
| Octal | 374 | 157 | 13 | 0 | 70 | 140 | 1 | 31 | 142 | 64 |
| Binary | 11111100 | 1101111 | 1011 | 0 | 111000 | 1100000 | 1 | 11001 | 1100010 | 110100 |
Color Harmonies of #FC6F0B
Complementary color
Monochromatic Colors of #FC6F0B
Black with #FC6F0B
Text Example
Text Example
White with #FC6F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6F0B; }
p { color: rgb(252,111,11); }
H1.HeaderClassName
{
color: #FC6F0B;
}
.AnyTagClassName
{
color: #FC6F0B;
}
</style>
background-color css
<style>
a { background-color: #FC6F0B; }
a { background-color: rgb(252,111,11); }
div.DivClassName
{
background-color: #FC6F0B;
}
.BgClassName
{
background-color: #FC6F0B;
}
</style>
border-color css
<style>
span { border-color: #FC6F0B; }
span { border-color: rgb(252,111,11); }
td.TdClassName
{
border-color: #FC6F0B;
}
.TagClassName
{
border-color: #FC6F0B;
}
</style>