Shades of Safety Orange #FF6014
Tints of Safety Orange #FF6014
RGB
CMYK
RGB Variations
Color information
#FF6014 (or 0xFF6014) is known color: Safety Orange. HEX triplet: FF, 60 and 14. RGB value is (255,96,20). Sum of RGB (Red+Green+Blue) = 255+96+20=371 (49% of max value = 765). Red value is 255 (100% from 255 or 68.73% from 371); Green value is 96 (37.89% from 255 or 25.88% from 371); Blue value is 20 (8.20% from 255 or 5.39% from 371); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6014 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6014 is #009FEB. Grayscale: #878787. Windows color (decimal): -40940 or 1335551. OLE color: 1335551.
HSL color Cylindrical-coordinate representation of color #FF6014: hue angle of 19.4º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF6014 is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 96 | 20 | - |
| CMYK | 0 | 0.62 | 0.92 | 0 |
| HSL | 19.4º | 1% | 0.54% | - |
| HSV(B) | 19.4º | 0.92% | 1% | - |
| XYZ | 45.55 | 29.68 | 3.99 | - |
| YUV | 134.88 | 63.18 | 213.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 96 | 20 | 0 | 0.62 | 0.92 | 0 | 19.4 | 1 | 0.54 |
| Hex | FF | 60 | 14 | 0 | 3E | 5C | 0 | 13 | 64 | 36 |
| Octal | 377 | 140 | 24 | 0 | 76 | 134 | 0 | 23 | 144 | 66 |
| Binary | 11111111 | 1100000 | 10100 | 0 | 111110 | 1011100 | 0 | 10011 | 1100100 | 110110 |
Color Harmonies of #FF6014
Complementary color
Monochromatic Colors of #FF6014
Black with #FF6014
Text Example
Text Example
White with #FF6014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6014; }
p { color: rgb(255,96,20); }
H1.HeaderClassName
{
color: #FF6014;
}
.AnyTagClassName
{
color: #FF6014;
}
</style>
background-color css
<style>
a { background-color: #FF6014; }
a { background-color: rgb(255,96,20); }
div.DivClassName
{
background-color: #FF6014;
}
.BgClassName
{
background-color: #FF6014;
}
</style>
border-color css
<style>
span { border-color: #FF6014; }
span { border-color: rgb(255,96,20); }
td.TdClassName
{
border-color: #FF6014;
}
.TagClassName
{
border-color: #FF6014;
}
</style>