Shades of Safety Orange #FF6012
Tints of Safety Orange #FF6012
RGB
CMYK
RGB Variations
Color information
#FF6012 (or 0xFF6012) is known color: Safety Orange. HEX triplet: FF, 60 and 12. RGB value is (255,96,18). Sum of RGB (Red+Green+Blue) = 255+96+18=369 (48% of max value = 765). Red value is 255 (100% from 255 or 69.11% from 369); Green value is 96 (37.89% from 255 or 26.02% from 369); Blue value is 18 (7.42% from 255 or 4.88% from 369); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6012 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6012 is #009FED. Grayscale: #878787. Windows color (decimal): -40942 or 1204479. OLE color: 1204479.
HSL color Cylindrical-coordinate representation of color #FF6012: hue angle of 19.75º 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 #FF6012 is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 96 | 18 | - |
| CMYK | 0 | 0.62 | 0.93 | 0 |
| HSL | 19.75º | 1% | 0.54% | - |
| HSV(B) | 19.75º | 0.93% | 1% | - |
| XYZ | 45.53 | 29.67 | 3.9 | - |
| YUV | 134.65 | 62.18 | 213.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 96 | 18 | 0 | 0.62 | 0.93 | 0 | 19.75 | 1 | 0.54 |
| Hex | FF | 60 | 12 | 0 | 3E | 5D | 0 | 14 | 64 | 36 |
| Octal | 377 | 140 | 22 | 0 | 76 | 135 | 0 | 24 | 144 | 66 |
| Binary | 11111111 | 1100000 | 10010 | 0 | 111110 | 1011101 | 0 | 10100 | 1100100 | 110110 |
Color Harmonies of #FF6012
Complementary color
Monochromatic Colors of #FF6012
Black with #FF6012
Text Example
Text Example
White with #FF6012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6012; }
p { color: rgb(255,96,18); }
H1.HeaderClassName
{
color: #FF6012;
}
.AnyTagClassName
{
color: #FF6012;
}
</style>
background-color css
<style>
a { background-color: #FF6012; }
a { background-color: rgb(255,96,18); }
div.DivClassName
{
background-color: #FF6012;
}
.BgClassName
{
background-color: #FF6012;
}
</style>
border-color css
<style>
span { border-color: #FF6012; }
span { border-color: rgb(255,96,18); }
td.TdClassName
{
border-color: #FF6012;
}
.TagClassName
{
border-color: #FF6012;
}
</style>