Shades of Safety Orange #FC5D0B
Tints of Safety Orange #FC5D0B
RGB
CMYK
RGB Variations
Color information
#FC5D0B (or 0xFC5D0B) is known color: Safety Orange. HEX triplet: FC, 5D and 0B. RGB value is (252,93,11). Sum of RGB (Red+Green+Blue) = 252+93+11=356 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.79% from 356); Green value is 93 (36.72% from 255 or 26.12% from 356); Blue value is 11 (4.69% from 255 or 3.09% from 356); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5D0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC5D0B is #03A2F4. Grayscale: #838383. Windows color (decimal): -238325 or 744956. OLE color: 744956.
HSL color Cylindrical-coordinate representation of color #FC5D0B: hue angle of 20.41º 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 #FC5D0B is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 93 | 11 | - |
| CMYK | 0 | 0.63 | 0.96 | 0.01 |
| HSL | 20.41º | 0.98% | 0.52% | - |
| HSV(B) | 20.41º | 0.96% | 0.99% | - |
| XYZ | 44.12 | 28.55 | 3.5 | - |
| YUV | 131.19 | 60.18 | 214.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 93 | 11 | 0 | 0.63 | 0.96 | 0.01 | 20.41 | 0.98 | 0.52 |
| Hex | FC | 5D | B | 0 | 3F | 60 | 1 | 14 | 62 | 34 |
| Octal | 374 | 135 | 13 | 0 | 77 | 140 | 1 | 24 | 142 | 64 |
| Binary | 11111100 | 1011101 | 1011 | 0 | 111111 | 1100000 | 1 | 10100 | 1100010 | 110100 |
Color Harmonies of #FC5D0B
Complementary color
Monochromatic Colors of #FC5D0B
Black with #FC5D0B
Text Example
Text Example
White with #FC5D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5D0B; }
p { color: rgb(252,93,11); }
H1.HeaderClassName
{
color: #FC5D0B;
}
.AnyTagClassName
{
color: #FC5D0B;
}
</style>
background-color css
<style>
a { background-color: #FC5D0B; }
a { background-color: rgb(252,93,11); }
div.DivClassName
{
background-color: #FC5D0B;
}
.BgClassName
{
background-color: #FC5D0B;
}
</style>
border-color css
<style>
span { border-color: #FC5D0B; }
span { border-color: rgb(252,93,11); }
td.TdClassName
{
border-color: #FC5D0B;
}
.TagClassName
{
border-color: #FC5D0B;
}
</style>