Shades of Safety Orange #F86C08
Tints of Safety Orange #F86C08
RGB
CMYK
RGB Variations
Color information
#F86C08 (or 0xF86C08) is known color: Safety Orange. HEX triplet: F8, 6C and 08. RGB value is (248,108,8). Sum of RGB (Red+Green+Blue) = 248+108+8=364 (48% of max value = 765). Red value is 248 (97.27% from 255 or 68.13% from 364); Green value is 108 (42.58% from 255 or 29.67% from 364); Blue value is 8 (3.52% from 255 or 2.20% from 364); Max value from RGB is 248 - color contains mainly: red. Hex color #F86C08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86C08 is #0793F7. Grayscale: #8B8B8B. Windows color (decimal): -496632 or 552184. OLE color: 552184.
HSL color Cylindrical-coordinate representation of color #F86C08: hue angle of 25º degrees, saturation: 0.94, 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 #F86C08 is Cyan = 0, Magento = 0.56, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 108 | 8 | - |
| CMYK | 0 | 0.56 | 0.97 | 0.03 |
| HSL | 25º | 0.94% | 0.5% | - |
| HSV(B) | 25º | 0.97% | 0.97% | - |
| XYZ | 44.12 | 30.7 | 3.83 | - |
| YUV | 138.46 | 54.38 | 206.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 108 | 8 | 0 | 0.56 | 0.97 | 0.03 | 25 | 0.94 | 0.5 |
| Hex | F8 | 6C | 8 | 0 | 38 | 61 | 3 | 19 | 5E | 32 |
| Octal | 370 | 154 | 10 | 0 | 70 | 141 | 3 | 31 | 136 | 62 |
| Binary | 11111000 | 1101100 | 1000 | 0 | 111000 | 1100001 | 11 | 11001 | 1011110 | 110010 |
Color Harmonies of #F86C08
Complementary color
Monochromatic Colors of #F86C08
Black with #F86C08
Text Example
Text Example
White with #F86C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86C08; }
p { color: rgb(248,108,8); }
H1.HeaderClassName
{
color: #F86C08;
}
.AnyTagClassName
{
color: #F86C08;
}
</style>
background-color css
<style>
a { background-color: #F86C08; }
a { background-color: rgb(248,108,8); }
div.DivClassName
{
background-color: #F86C08;
}
.BgClassName
{
background-color: #F86C08;
}
</style>
border-color css
<style>
span { border-color: #F86C08; }
span { border-color: rgb(248,108,8); }
td.TdClassName
{
border-color: #F86C08;
}
.TagClassName
{
border-color: #F86C08;
}
</style>