Shades of Safety Orange #F86C07
Tints of Safety Orange #F86C07
RGB
CMYK
RGB Variations
Color information
#F86C07 (or 0xF86C07) is known color: Safety Orange. HEX triplet: F8, 6C and 07. RGB value is (248,108,7). Sum of RGB (Red+Green+Blue) = 248+108+7=363 (48% of max value = 765). Red value is 248 (97.27% from 255 or 68.32% from 363); Green value is 108 (42.58% from 255 or 29.75% from 363); Blue value is 7 (3.12% from 255 or 1.93% from 363); Max value from RGB is 248 - color contains mainly: red. Hex color #F86C07 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86C07 is #0793F8. Grayscale: #8A8A8A. Windows color (decimal): -496633 or 486648. OLE color: 486648.
HSL color Cylindrical-coordinate representation of color #F86C07: hue angle of 25.15º 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 #F86C07 is Cyan = 0, Magento = 0.56, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 108 | 7 | - |
| CMYK | 0 | 0.56 | 0.97 | 0.03 |
| HSL | 25.15º | 0.95% | 0.5% | - |
| HSV(B) | 25.15º | 0.97% | 0.97% | - |
| XYZ | 44.11 | 30.7 | 3.8 | - |
| YUV | 138.35 | 53.88 | 206.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 108 | 7 | 0 | 0.56 | 0.97 | 0.03 | 25.15 | 0.95 | 0.5 |
| Hex | F8 | 6C | 7 | 0 | 38 | 61 | 3 | 19 | 5F | 32 |
| Octal | 370 | 154 | 7 | 0 | 70 | 141 | 3 | 31 | 137 | 62 |
| Binary | 11111000 | 1101100 | 111 | 0 | 111000 | 1100001 | 11 | 11001 | 1011111 | 110010 |
Color Harmonies of #F86C07
Complementary color
Monochromatic Colors of #F86C07
Black with #F86C07
Text Example
Text Example
White with #F86C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86C07; }
p { color: rgb(248,108,7); }
H1.HeaderClassName
{
color: #F86C07;
}
.AnyTagClassName
{
color: #F86C07;
}
</style>
background-color css
<style>
a { background-color: #F86C07; }
a { background-color: rgb(248,108,7); }
div.DivClassName
{
background-color: #F86C07;
}
.BgClassName
{
background-color: #F86C07;
}
</style>
border-color css
<style>
span { border-color: #F86C07; }
span { border-color: rgb(248,108,7); }
td.TdClassName
{
border-color: #F86C07;
}
.TagClassName
{
border-color: #F86C07;
}
</style>