Shades of Safety Orange #F85D04
Tints of Safety Orange #F85D04
RGB
CMYK
RGB Variations
Color information
#F85D04 (or 0xF85D04) is known color: Safety Orange. HEX triplet: F8, 5D and 04. RGB value is (248,93,4). Sum of RGB (Red+Green+Blue) = 248+93+4=345 (45% of max value = 765). Red value is 248 (97.27% from 255 or 71.88% from 345); Green value is 93 (36.72% from 255 or 26.96% from 345); Blue value is 4 (1.95% from 255 or 1.16% from 345); Max value from RGB is 248 - color contains mainly: red. Hex color #F85D04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85D04 is #07A2FB. Grayscale: #818181. Windows color (decimal): -500476 or 286200. OLE color: 286200.
HSL color Cylindrical-coordinate representation of color #F85D04: hue angle of 21.89º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F85D04 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 93 | 4 | - |
| CMYK | 0 | 0.62 | 0.98 | 0.03 |
| HSL | 21.89º | 0.97% | 0.49% | - |
| HSV(B) | 21.89º | 0.98% | 0.97% | - |
| XYZ | 42.65 | 27.79 | 3.23 | - |
| YUV | 129.2 | 57.35 | 212.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 93 | 4 | 0 | 0.62 | 0.98 | 0.03 | 21.89 | 0.97 | 0.49 |
| Hex | F8 | 5D | 4 | 0 | 3E | 62 | 3 | 16 | 61 | 31 |
| Octal | 370 | 135 | 4 | 0 | 76 | 142 | 3 | 26 | 141 | 61 |
| Binary | 11111000 | 1011101 | 100 | 0 | 111110 | 1100010 | 11 | 10110 | 1100001 | 110001 |
Color Harmonies of #F85D04
Complementary color
Monochromatic Colors of #F85D04
Black with #F85D04
Text Example
Text Example
White with #F85D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85D04; }
p { color: rgb(248,93,4); }
H1.HeaderClassName
{
color: #F85D04;
}
.AnyTagClassName
{
color: #F85D04;
}
</style>
background-color css
<style>
a { background-color: #F85D04; }
a { background-color: rgb(248,93,4); }
div.DivClassName
{
background-color: #F85D04;
}
.BgClassName
{
background-color: #F85D04;
}
</style>
border-color css
<style>
span { border-color: #F85D04; }
span { border-color: rgb(248,93,4); }
td.TdClassName
{
border-color: #F85D04;
}
.TagClassName
{
border-color: #F85D04;
}
</style>