Shades of Safety Orange #F86411
Tints of Safety Orange #F86411
RGB
CMYK
RGB Variations
Color information
#F86411 (or 0xF86411) is known color: Safety Orange. HEX triplet: F8, 64 and 11. RGB value is (248,100,17). Sum of RGB (Red+Green+Blue) = 248+100+17=365 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.95% from 365); Green value is 100 (39.45% from 255 or 27.40% from 365); Blue value is 17 (7.03% from 255 or 4.66% from 365); Max value from RGB is 248 - color contains mainly: red. Hex color #F86411 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86411 is #079BEE. Grayscale: #878787. Windows color (decimal): -498671 or 1139960. OLE color: 1139960.
HSL color Cylindrical-coordinate representation of color #F86411: hue angle of 21.56º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F86411 is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 100 | 17 | - |
| CMYK | 0 | 0.60 | 0.93 | 0.03 |
| HSL | 21.56º | 0.94% | 0.52% | - |
| HSV(B) | 21.56º | 0.93% | 0.97% | - |
| XYZ | 43.37 | 29.11 | 3.86 | - |
| YUV | 134.79 | 61.53 | 208.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 100 | 17 | 0 | 0.60 | 0.93 | 0.03 | 21.56 | 0.94 | 0.52 |
| Hex | F8 | 64 | 11 | 0 | 3C | 5D | 3 | 16 | 5E | 34 |
| Octal | 370 | 144 | 21 | 0 | 74 | 135 | 3 | 26 | 136 | 64 |
| Binary | 11111000 | 1100100 | 10001 | 0 | 111100 | 1011101 | 11 | 10110 | 1011110 | 110100 |
Color Harmonies of #F86411
Complementary color
Monochromatic Colors of #F86411
Black with #F86411
Text Example
Text Example
White with #F86411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86411; }
p { color: rgb(248,100,17); }
H1.HeaderClassName
{
color: #F86411;
}
.AnyTagClassName
{
color: #F86411;
}
</style>
background-color css
<style>
a { background-color: #F86411; }
a { background-color: rgb(248,100,17); }
div.DivClassName
{
background-color: #F86411;
}
.BgClassName
{
background-color: #F86411;
}
</style>
border-color css
<style>
span { border-color: #F86411; }
span { border-color: rgb(248,100,17); }
td.TdClassName
{
border-color: #F86411;
}
.TagClassName
{
border-color: #F86411;
}
</style>