Shades of Safety Orange #FC5C09
Tints of Safety Orange #FC5C09
RGB
CMYK
RGB Variations
Color information
#FC5C09 (or 0xFC5C09) is known color: Safety Orange. HEX triplet: FC, 5C and 09. RGB value is (252,92,9). Sum of RGB (Red+Green+Blue) = 252+92+9=353 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.39% from 353); Green value is 92 (36.33% from 255 or 26.06% from 353); Blue value is 9 (3.91% from 255 or 2.55% from 353); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5C09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC5C09 is #03A3F6. Grayscale: #828282. Windows color (decimal): -238583 or 613628. OLE color: 613628.
HSL color Cylindrical-coordinate representation of color #FC5C09: hue angle of 20.49º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC5C09 is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 92 | 9 | - |
| CMYK | 0 | 0.63 | 0.96 | 0.01 |
| HSL | 20.49º | 0.98% | 0.51% | - |
| HSV(B) | 20.49º | 0.96% | 0.99% | - |
| XYZ | 44.02 | 28.37 | 3.41 | - |
| YUV | 130.38 | 59.51 | 214.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 92 | 9 | 0 | 0.63 | 0.96 | 0.01 | 20.49 | 0.98 | 0.51 |
| Hex | FC | 5C | 9 | 0 | 3F | 60 | 1 | 14 | 62 | 33 |
| Octal | 374 | 134 | 11 | 0 | 77 | 140 | 1 | 24 | 142 | 63 |
| Binary | 11111100 | 1011100 | 1001 | 0 | 111111 | 1100000 | 1 | 10100 | 1100010 | 110011 |
Color Harmonies of #FC5C09
Complementary color
Monochromatic Colors of #FC5C09
Black with #FC5C09
Text Example
Text Example
White with #FC5C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5C09; }
p { color: rgb(252,92,9); }
H1.HeaderClassName
{
color: #FC5C09;
}
.AnyTagClassName
{
color: #FC5C09;
}
</style>
background-color css
<style>
a { background-color: #FC5C09; }
a { background-color: rgb(252,92,9); }
div.DivClassName
{
background-color: #FC5C09;
}
.BgClassName
{
background-color: #FC5C09;
}
</style>
border-color css
<style>
span { border-color: #FC5C09; }
span { border-color: rgb(252,92,9); }
td.TdClassName
{
border-color: #FC5C09;
}
.TagClassName
{
border-color: #FC5C09;
}
</style>