Shades of Safety Orange #FF5C0E
Tints of Safety Orange #FF5C0E
RGB
CMYK
RGB Variations
Color information
#FF5C0E (or 0xFF5C0E) is known color: Safety Orange. HEX triplet: FF, 5C and 0E. RGB value is (255,92,14). Sum of RGB (Red+Green+Blue) = 255+92+14=361 (47% of max value = 765). Red value is 255 (100% from 255 or 70.64% from 361); Green value is 92 (36.33% from 255 or 25.48% from 361); Blue value is 14 (5.86% from 255 or 3.88% from 361); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5C0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5C0E is #00A3F1. Grayscale: #848484. Windows color (decimal): -41970 or 941311. OLE color: 941311.
HSL color Cylindrical-coordinate representation of color #FF5C0E: hue angle of 19.42º 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 #FF5C0E is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 92 | 14 | - |
| CMYK | 0 | 0.64 | 0.95 | 0 |
| HSL | 19.42º | 1% | 0.53% | - |
| HSV(B) | 19.42º | 0.95% | 1% | - |
| XYZ | 45.15 | 28.95 | 3.62 | - |
| YUV | 131.85 | 61.5 | 215.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 92 | 14 | 0 | 0.64 | 0.95 | 0 | 19.42 | 1 | 0.53 |
| Hex | FF | 5C | E | 0 | 40 | 5F | 0 | 13 | 64 | 35 |
| Octal | 377 | 134 | 16 | 0 | 100 | 137 | 0 | 23 | 144 | 65 |
| Binary | 11111111 | 1011100 | 1110 | 0 | 1000000 | 1011111 | 0 | 10011 | 1100100 | 110101 |
Color Harmonies of #FF5C0E
Complementary color
Monochromatic Colors of #FF5C0E
Black with #FF5C0E
Text Example
Text Example
White with #FF5C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5C0E; }
p { color: rgb(255,92,14); }
H1.HeaderClassName
{
color: #FF5C0E;
}
.AnyTagClassName
{
color: #FF5C0E;
}
</style>
background-color css
<style>
a { background-color: #FF5C0E; }
a { background-color: rgb(255,92,14); }
div.DivClassName
{
background-color: #FF5C0E;
}
.BgClassName
{
background-color: #FF5C0E;
}
</style>
border-color css
<style>
span { border-color: #FF5C0E; }
span { border-color: rgb(255,92,14); }
td.TdClassName
{
border-color: #FF5C0E;
}
.TagClassName
{
border-color: #FF5C0E;
}
</style>