Shades of Safety Orange #FC6D0B
Tints of Safety Orange #FC6D0B
RGB
CMYK
RGB Variations
Color information
#FC6D0B (or 0xFC6D0B) is known color: Safety Orange. HEX triplet: FC, 6D and 0B. RGB value is (252,109,11). Sum of RGB (Red+Green+Blue) = 252+109+11=372 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.74% from 372); Green value is 109 (42.97% from 255 or 29.30% from 372); Blue value is 11 (4.69% from 255 or 2.96% from 372); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6D0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6D0B is #0392F4. Grayscale: #8D8D8D. Windows color (decimal): -234229 or 749052. OLE color: 749052.
HSL color Cylindrical-coordinate representation of color #FC6D0B: hue angle of 24.4º 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 #FC6D0B is Cyan = 0, Magento = 0.57, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 109 | 11 | - |
| CMYK | 0 | 0.57 | 0.96 | 0.01 |
| HSL | 24.4º | 0.98% | 0.52% | - |
| HSV(B) | 24.4º | 0.96% | 0.99% | - |
| XYZ | 45.67 | 31.66 | 4.02 | - |
| YUV | 140.59 | 54.88 | 207.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 109 | 11 | 0 | 0.57 | 0.96 | 0.01 | 24.4 | 0.98 | 0.52 |
| Hex | FC | 6D | B | 0 | 39 | 60 | 1 | 18 | 62 | 34 |
| Octal | 374 | 155 | 13 | 0 | 71 | 140 | 1 | 30 | 142 | 64 |
| Binary | 11111100 | 1101101 | 1011 | 0 | 111001 | 1100000 | 1 | 11000 | 1100010 | 110100 |
Color Harmonies of #FC6D0B
Complementary color
Monochromatic Colors of #FC6D0B
Black with #FC6D0B
Text Example
Text Example
White with #FC6D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6D0B; }
p { color: rgb(252,109,11); }
H1.HeaderClassName
{
color: #FC6D0B;
}
.AnyTagClassName
{
color: #FC6D0B;
}
</style>
background-color css
<style>
a { background-color: #FC6D0B; }
a { background-color: rgb(252,109,11); }
div.DivClassName
{
background-color: #FC6D0B;
}
.BgClassName
{
background-color: #FC6D0B;
}
</style>
border-color css
<style>
span { border-color: #FC6D0B; }
span { border-color: rgb(252,109,11); }
td.TdClassName
{
border-color: #FC6D0B;
}
.TagClassName
{
border-color: #FC6D0B;
}
</style>