Shades of Safety Orange #FC5C0B
Tints of Safety Orange #FC5C0B
RGB
CMYK
RGB Variations
Color information
#FC5C0B (or 0xFC5C0B) is known color: Safety Orange. HEX triplet: FC, 5C and 0B. RGB value is (252,92,11). Sum of RGB (Red+Green+Blue) = 252+92+11=355 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.99% from 355); Green value is 92 (36.33% from 255 or 25.92% from 355); Blue value is 11 (4.69% from 255 or 3.10% from 355); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5C0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC5C0B is #03A3F4. Grayscale: #838383. Windows color (decimal): -238581 or 744700. OLE color: 744700.
HSL color Cylindrical-coordinate representation of color #FC5C0B: hue angle of 20.17º 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 #FC5C0B is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 92 | 11 | - |
| CMYK | 0 | 0.63 | 0.96 | 0.01 |
| HSL | 20.17º | 0.98% | 0.52% | - |
| HSV(B) | 20.17º | 0.96% | 0.99% | - |
| XYZ | 44.03 | 28.37 | 3.47 | - |
| YUV | 130.61 | 60.51 | 214.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 92 | 11 | 0 | 0.63 | 0.96 | 0.01 | 20.17 | 0.98 | 0.52 |
| Hex | FC | 5C | B | 0 | 3F | 60 | 1 | 14 | 62 | 34 |
| Octal | 374 | 134 | 13 | 0 | 77 | 140 | 1 | 24 | 142 | 64 |
| Binary | 11111100 | 1011100 | 1011 | 0 | 111111 | 1100000 | 1 | 10100 | 1100010 | 110100 |
Color Harmonies of #FC5C0B
Complementary color
Monochromatic Colors of #FC5C0B
Black with #FC5C0B
Text Example
Text Example
White with #FC5C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5C0B; }
p { color: rgb(252,92,11); }
H1.HeaderClassName
{
color: #FC5C0B;
}
.AnyTagClassName
{
color: #FC5C0B;
}
</style>
background-color css
<style>
a { background-color: #FC5C0B; }
a { background-color: rgb(252,92,11); }
div.DivClassName
{
background-color: #FC5C0B;
}
.BgClassName
{
background-color: #FC5C0B;
}
</style>
border-color css
<style>
span { border-color: #FC5C0B; }
span { border-color: rgb(252,92,11); }
td.TdClassName
{
border-color: #FC5C0B;
}
.TagClassName
{
border-color: #FC5C0B;
}
</style>