Shades of Safety Orange #FF5C12
Tints of Safety Orange #FF5C12
RGB
CMYK
RGB Variations
Color information
#FF5C12 (or 0xFF5C12) is known color: Safety Orange. HEX triplet: FF, 5C and 12. RGB value is (255,92,18). Sum of RGB (Red+Green+Blue) = 255+92+18=365 (48% of max value = 765). Red value is 255 (100% from 255 or 69.86% from 365); Green value is 92 (36.33% from 255 or 25.21% from 365); Blue value is 18 (7.42% from 255 or 4.93% from 365); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5C12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5C12 is #00A3ED. Grayscale: #848484. Windows color (decimal): -41966 or 1203455. OLE color: 1203455.
HSL color Cylindrical-coordinate representation of color #FF5C12: hue angle of 18.73º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF5C12 is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 92 | 18 | - |
| CMYK | 0 | 0.64 | 0.93 | 0 |
| HSL | 18.73º | 1% | 0.54% | - |
| HSV(B) | 18.73º | 0.93% | 1% | - |
| XYZ | 45.18 | 28.96 | 3.78 | - |
| YUV | 132.3 | 63.5 | 215.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 92 | 18 | 0 | 0.64 | 0.93 | 0 | 18.73 | 1 | 0.54 |
| Hex | FF | 5C | 12 | 0 | 40 | 5D | 0 | 13 | 64 | 36 |
| Octal | 377 | 134 | 22 | 0 | 100 | 135 | 0 | 23 | 144 | 66 |
| Binary | 11111111 | 1011100 | 10010 | 0 | 1000000 | 1011101 | 0 | 10011 | 1100100 | 110110 |
Color Harmonies of #FF5C12
Complementary color
Monochromatic Colors of #FF5C12
Black with #FF5C12
Text Example
Text Example
White with #FF5C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5C12; }
p { color: rgb(255,92,18); }
H1.HeaderClassName
{
color: #FF5C12;
}
.AnyTagClassName
{
color: #FF5C12;
}
</style>
background-color css
<style>
a { background-color: #FF5C12; }
a { background-color: rgb(255,92,18); }
div.DivClassName
{
background-color: #FF5C12;
}
.BgClassName
{
background-color: #FF5C12;
}
</style>
border-color css
<style>
span { border-color: #FF5C12; }
span { border-color: rgb(255,92,18); }
td.TdClassName
{
border-color: #FF5C12;
}
.TagClassName
{
border-color: #FF5C12;
}
</style>