Shades of Safety Orange #FF600E
Tints of Safety Orange #FF600E
RGB
CMYK
RGB Variations
Color information
#FF600E (or 0xFF600E) is known color: Safety Orange. HEX triplet: FF, 60 and 0E. RGB value is (255,96,14). Sum of RGB (Red+Green+Blue) = 255+96+14=365 (48% of max value = 765). Red value is 255 (100% from 255 or 69.86% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 14 (5.86% from 255 or 3.84% from 365); Max value from RGB is 255 - color contains mainly: red. Hex color #FF600E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF600E is #009FF1. Grayscale: #868686. Windows color (decimal): -40946 or 942335. OLE color: 942335.
HSL color Cylindrical-coordinate representation of color #FF600E: hue angle of 20.41º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF600E is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 96 | 14 | - |
| CMYK | 0 | 0.62 | 0.95 | 0 |
| HSL | 20.41º | 1% | 0.53% | - |
| HSV(B) | 20.41º | 0.95% | 1% | - |
| XYZ | 45.5 | 29.66 | 3.74 | - |
| YUV | 134.19 | 60.18 | 214.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 96 | 14 | 0 | 0.62 | 0.95 | 0 | 20.41 | 1 | 0.53 |
| Hex | FF | 60 | E | 0 | 3E | 5F | 0 | 14 | 64 | 35 |
| Octal | 377 | 140 | 16 | 0 | 76 | 137 | 0 | 24 | 144 | 65 |
| Binary | 11111111 | 1100000 | 1110 | 0 | 111110 | 1011111 | 0 | 10100 | 1100100 | 110101 |
Color Harmonies of #FF600E
Complementary color
Monochromatic Colors of #FF600E
Black with #FF600E
Text Example
Text Example
White with #FF600E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF600E; }
p { color: rgb(255,96,14); }
H1.HeaderClassName
{
color: #FF600E;
}
.AnyTagClassName
{
color: #FF600E;
}
</style>
background-color css
<style>
a { background-color: #FF600E; }
a { background-color: rgb(255,96,14); }
div.DivClassName
{
background-color: #FF600E;
}
.BgClassName
{
background-color: #FF600E;
}
</style>
border-color css
<style>
span { border-color: #FF600E; }
span { border-color: rgb(255,96,14); }
td.TdClassName
{
border-color: #FF600E;
}
.TagClassName
{
border-color: #FF600E;
}
</style>