Shades of Safety Orange #F85E14
Tints of Safety Orange #F85E14
RGB
CMYK
RGB Variations
Color information
#F85E14 (or 0xF85E14) is known color: Safety Orange. HEX triplet: F8, 5E and 14. RGB value is (248,94,20). Sum of RGB (Red+Green+Blue) = 248+94+20=362 (47% of max value = 765). Red value is 248 (97.27% from 255 or 68.51% from 362); Green value is 94 (37.11% from 255 or 25.97% from 362); Blue value is 20 (8.20% from 255 or 5.52% from 362); Max value from RGB is 248 - color contains mainly: red. Hex color #F85E14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85E14 is #07A1EB. Grayscale: #848484. Windows color (decimal): -500204 or 1335032. OLE color: 1335032.
HSL color Cylindrical-coordinate representation of color #F85E14: hue angle of 19.47º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F85E14 is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 94 | 20 | - |
| CMYK | 0 | 0.62 | 0.92 | 0.03 |
| HSL | 19.47º | 0.94% | 0.53% | - |
| HSV(B) | 19.47º | 0.92% | 0.97% | - |
| XYZ | 42.84 | 28.01 | 3.81 | - |
| YUV | 131.61 | 65.02 | 211.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 94 | 20 | 0 | 0.62 | 0.92 | 0.03 | 19.47 | 0.94 | 0.53 |
| Hex | F8 | 5E | 14 | 0 | 3E | 5C | 3 | 13 | 5E | 35 |
| Octal | 370 | 136 | 24 | 0 | 76 | 134 | 3 | 23 | 136 | 65 |
| Binary | 11111000 | 1011110 | 10100 | 0 | 111110 | 1011100 | 11 | 10011 | 1011110 | 110101 |
Color Harmonies of #F85E14
Complementary color
Monochromatic Colors of #F85E14
Black with #F85E14
Text Example
Text Example
White with #F85E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85E14; }
p { color: rgb(248,94,20); }
H1.HeaderClassName
{
color: #F85E14;
}
.AnyTagClassName
{
color: #F85E14;
}
</style>
background-color css
<style>
a { background-color: #F85E14; }
a { background-color: rgb(248,94,20); }
div.DivClassName
{
background-color: #F85E14;
}
.BgClassName
{
background-color: #F85E14;
}
</style>
border-color css
<style>
span { border-color: #F85E14; }
span { border-color: rgb(248,94,20); }
td.TdClassName
{
border-color: #F85E14;
}
.TagClassName
{
border-color: #F85E14;
}
</style>