Shades of Safety Orange #F86E07
Tints of Safety Orange #F86E07
RGB
CMYK
RGB Variations
Color information
#F86E07 (or 0xF86E07) is known color: Safety Orange. HEX triplet: F8, 6E and 07. RGB value is (248,110,7). Sum of RGB (Red+Green+Blue) = 248+110+7=365 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.95% from 365); Green value is 110 (43.36% from 255 or 30.14% from 365); Blue value is 7 (3.12% from 255 or 1.92% from 365); Max value from RGB is 248 - color contains mainly: red. Hex color #F86E07 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86E07 is #0791F8. Grayscale: #8C8C8C. Windows color (decimal): -496121 or 487160. OLE color: 487160.
HSL color Cylindrical-coordinate representation of color #F86E07: hue angle of 25.64º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F86E07 is Cyan = 0, Magento = 0.56, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 110 | 7 | - |
| CMYK | 0 | 0.56 | 0.97 | 0.03 |
| HSL | 25.64º | 0.95% | 0.5% | - |
| HSV(B) | 25.64º | 0.97% | 0.97% | - |
| XYZ | 44.33 | 31.12 | 3.87 | - |
| YUV | 139.52 | 53.22 | 205.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 110 | 7 | 0 | 0.56 | 0.97 | 0.03 | 25.64 | 0.95 | 0.5 |
| Hex | F8 | 6E | 7 | 0 | 38 | 61 | 3 | 1A | 5F | 32 |
| Octal | 370 | 156 | 7 | 0 | 70 | 141 | 3 | 32 | 137 | 62 |
| Binary | 11111000 | 1101110 | 111 | 0 | 111000 | 1100001 | 11 | 11010 | 1011111 | 110010 |
Color Harmonies of #F86E07
Complementary color
Monochromatic Colors of #F86E07
Black with #F86E07
Text Example
Text Example
White with #F86E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86E07; }
p { color: rgb(248,110,7); }
H1.HeaderClassName
{
color: #F86E07;
}
.AnyTagClassName
{
color: #F86E07;
}
</style>
background-color css
<style>
a { background-color: #F86E07; }
a { background-color: rgb(248,110,7); }
div.DivClassName
{
background-color: #F86E07;
}
.BgClassName
{
background-color: #F86E07;
}
</style>
border-color css
<style>
span { border-color: #F86E07; }
span { border-color: rgb(248,110,7); }
td.TdClassName
{
border-color: #F86E07;
}
.TagClassName
{
border-color: #F86E07;
}
</style>