Shades of Safety Orange #FC5C11
Tints of Safety Orange #FC5C11
RGB
CMYK
RGB Variations
Color information
#FC5C11 (or 0xFC5C11) is known color: Safety Orange. HEX triplet: FC, 5C and 11. RGB value is (252,92,17). Sum of RGB (Red+Green+Blue) = 252+92+17=361 (47% of max value = 765). Red value is 252 (98.83% from 255 or 69.81% from 361); Green value is 92 (36.33% from 255 or 25.48% from 361); Blue value is 17 (7.03% from 255 or 4.71% from 361); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5C11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC5C11 is #03A3EE. Grayscale: #838383. Windows color (decimal): -238575 or 1137916. OLE color: 1137916.
HSL color Cylindrical-coordinate representation of color #FC5C11: hue angle of 19.15º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FC5C11 is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 92 | 17 | - |
| CMYK | 0 | 0.63 | 0.93 | 0.01 |
| HSL | 19.15º | 0.98% | 0.53% | - |
| HSV(B) | 19.15º | 0.93% | 0.99% | - |
| XYZ | 44.07 | 28.39 | 3.69 | - |
| YUV | 131.29 | 63.51 | 214.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 92 | 17 | 0 | 0.63 | 0.93 | 0.01 | 19.15 | 0.98 | 0.53 |
| Hex | FC | 5C | 11 | 0 | 3F | 5D | 1 | 13 | 62 | 35 |
| Octal | 374 | 134 | 21 | 0 | 77 | 135 | 1 | 23 | 142 | 65 |
| Binary | 11111100 | 1011100 | 10001 | 0 | 111111 | 1011101 | 1 | 10011 | 1100010 | 110101 |
Color Harmonies of #FC5C11
Complementary color
Monochromatic Colors of #FC5C11
Black with #FC5C11
Text Example
Text Example
White with #FC5C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5C11; }
p { color: rgb(252,92,17); }
H1.HeaderClassName
{
color: #FC5C11;
}
.AnyTagClassName
{
color: #FC5C11;
}
</style>
background-color css
<style>
a { background-color: #FC5C11; }
a { background-color: rgb(252,92,17); }
div.DivClassName
{
background-color: #FC5C11;
}
.BgClassName
{
background-color: #FC5C11;
}
</style>
border-color css
<style>
span { border-color: #FC5C11; }
span { border-color: rgb(252,92,17); }
td.TdClassName
{
border-color: #FC5C11;
}
.TagClassName
{
border-color: #FC5C11;
}
</style>