Shades of Safety Orange #FF5E0C
Tints of Safety Orange #FF5E0C
RGB
CMYK
RGB Variations
Color information
#FF5E0C (or 0xFF5E0C) is known color: Safety Orange. HEX triplet: FF, 5E and 0C. RGB value is (255,94,12). Sum of RGB (Red+Green+Blue) = 255+94+12=361 (47% of max value = 765). Red value is 255 (100% from 255 or 70.64% from 361); Green value is 94 (37.11% from 255 or 26.04% from 361); Blue value is 12 (5.08% from 255 or 3.32% from 361); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5E0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5E0C is #00A1F3. Grayscale: #858585. Windows color (decimal): -41460 or 810751. OLE color: 810751.
HSL color Cylindrical-coordinate representation of color #FF5E0C: hue angle of 20.25º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF5E0C is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 94 | 12 | - |
| CMYK | 0 | 0.63 | 0.95 | 0 |
| HSL | 20.25º | 1% | 0.52% | - |
| HSV(B) | 20.25º | 0.95% | 1% | - |
| XYZ | 45.31 | 29.29 | 3.61 | - |
| YUV | 132.79 | 59.84 | 215.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 94 | 12 | 0 | 0.63 | 0.95 | 0 | 20.25 | 1 | 0.52 |
| Hex | FF | 5E | C | 0 | 3F | 5F | 0 | 14 | 64 | 34 |
| Octal | 377 | 136 | 14 | 0 | 77 | 137 | 0 | 24 | 144 | 64 |
| Binary | 11111111 | 1011110 | 1100 | 0 | 111111 | 1011111 | 0 | 10100 | 1100100 | 110100 |
Color Harmonies of #FF5E0C
Complementary color
Monochromatic Colors of #FF5E0C
Black with #FF5E0C
Text Example
Text Example
White with #FF5E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5E0C; }
p { color: rgb(255,94,12); }
H1.HeaderClassName
{
color: #FF5E0C;
}
.AnyTagClassName
{
color: #FF5E0C;
}
</style>
background-color css
<style>
a { background-color: #FF5E0C; }
a { background-color: rgb(255,94,12); }
div.DivClassName
{
background-color: #FF5E0C;
}
.BgClassName
{
background-color: #FF5E0C;
}
</style>
border-color css
<style>
span { border-color: #FF5E0C; }
span { border-color: rgb(255,94,12); }
td.TdClassName
{
border-color: #FF5E0C;
}
.TagClassName
{
border-color: #FF5E0C;
}
</style>