Shades of Safety Orange #FC5D0C
Tints of Safety Orange #FC5D0C
RGB
CMYK
RGB Variations
Color information
#FC5D0C (or 0xFC5D0C) is known color: Safety Orange. HEX triplet: FC, 5D and 0C. RGB value is (252,93,12). Sum of RGB (Red+Green+Blue) = 252+93+12=357 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.59% from 357); Green value is 93 (36.72% from 255 or 26.05% from 357); Blue value is 12 (5.08% from 255 or 3.36% from 357); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5D0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC5D0C is #03A2F3. Grayscale: #838383. Windows color (decimal): -238324 or 810492. OLE color: 810492.
HSL color Cylindrical-coordinate representation of color #FC5D0C: hue angle of 20.25º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FC5D0C is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 93 | 12 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.01 |
| HSL | 20.25º | 0.98% | 0.52% | - |
| HSV(B) | 20.25º | 0.95% | 0.99% | - |
| XYZ | 44.13 | 28.55 | 3.53 | - |
| YUV | 131.31 | 60.68 | 214.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 93 | 12 | 0 | 0.63 | 0.95 | 0.01 | 20.25 | 0.98 | 0.52 |
| Hex | FC | 5D | C | 0 | 3F | 5F | 1 | 14 | 62 | 34 |
| Octal | 374 | 135 | 14 | 0 | 77 | 137 | 1 | 24 | 142 | 64 |
| Binary | 11111100 | 1011101 | 1100 | 0 | 111111 | 1011111 | 1 | 10100 | 1100010 | 110100 |
Color Harmonies of #FC5D0C
Complementary color
Monochromatic Colors of #FC5D0C
Black with #FC5D0C
Text Example
Text Example
White with #FC5D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5D0C; }
p { color: rgb(252,93,12); }
H1.HeaderClassName
{
color: #FC5D0C;
}
.AnyTagClassName
{
color: #FC5D0C;
}
</style>
background-color css
<style>
a { background-color: #FC5D0C; }
a { background-color: rgb(252,93,12); }
div.DivClassName
{
background-color: #FC5D0C;
}
.BgClassName
{
background-color: #FC5D0C;
}
</style>
border-color css
<style>
span { border-color: #FC5D0C; }
span { border-color: rgb(252,93,12); }
td.TdClassName
{
border-color: #FC5D0C;
}
.TagClassName
{
border-color: #FC5D0C;
}
</style>