Shades of Safety Orange #F86404
Tints of Safety Orange #F86404
RGB
CMYK
RGB Variations
Color information
#F86404 (or 0xF86404) is known color: Safety Orange. HEX triplet: F8, 64 and 04. RGB value is (248,100,4). Sum of RGB (Red+Green+Blue) = 248+100+4=352 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.45% from 352); Green value is 100 (39.45% from 255 or 28.41% from 352); Blue value is 4 (1.95% from 255 or 1.14% from 352); Max value from RGB is 248 - color contains mainly: red. Hex color #F86404 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86404 is #079BFB. Grayscale: #858585. Windows color (decimal): -498684 or 287992. OLE color: 287992.
HSL color Cylindrical-coordinate representation of color #F86404: hue angle of 23.61º 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 #F86404 is Cyan = 0, Magento = 0.60, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 100 | 4 | - |
| CMYK | 0 | 0.60 | 0.98 | 0.03 |
| HSL | 23.61º | 0.97% | 0.49% | - |
| HSV(B) | 23.61º | 0.98% | 0.97% | - |
| XYZ | 43.29 | 29.08 | 3.45 | - |
| YUV | 133.31 | 55.03 | 209.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 100 | 4 | 0 | 0.60 | 0.98 | 0.03 | 23.61 | 0.97 | 0.49 |
| Hex | F8 | 64 | 4 | 0 | 3C | 62 | 3 | 18 | 61 | 31 |
| Octal | 370 | 144 | 4 | 0 | 74 | 142 | 3 | 30 | 141 | 61 |
| Binary | 11111000 | 1100100 | 100 | 0 | 111100 | 1100010 | 11 | 11000 | 1100001 | 110001 |
Color Harmonies of #F86404
Complementary color
Monochromatic Colors of #F86404
Black with #F86404
Text Example
Text Example
White with #F86404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86404; }
p { color: rgb(248,100,4); }
H1.HeaderClassName
{
color: #F86404;
}
.AnyTagClassName
{
color: #F86404;
}
</style>
background-color css
<style>
a { background-color: #F86404; }
a { background-color: rgb(248,100,4); }
div.DivClassName
{
background-color: #F86404;
}
.BgClassName
{
background-color: #F86404;
}
</style>
border-color css
<style>
span { border-color: #F86404; }
span { border-color: rgb(248,100,4); }
td.TdClassName
{
border-color: #F86404;
}
.TagClassName
{
border-color: #F86404;
}
</style>