Shades of Safety Orange #F86D08
Tints of Safety Orange #F86D08
RGB
CMYK
RGB Variations
Color information
#F86D08 (or 0xF86D08) is known color: Safety Orange. HEX triplet: F8, 6D and 08. RGB value is (248,109,8). Sum of RGB (Red+Green+Blue) = 248+109+8=365 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.95% from 365); Green value is 109 (42.97% from 255 or 29.86% from 365); Blue value is 8 (3.52% from 255 or 2.19% from 365); Max value from RGB is 248 - color contains mainly: red. Hex color #F86D08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86D08 is #0792F7. Grayscale: #8B8B8B. Windows color (decimal): -496376 or 552440. OLE color: 552440.
HSL color Cylindrical-coordinate representation of color #F86D08: hue angle of 25.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 #F86D08 is Cyan = 0, Magento = 0.56, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 109 | 8 | - |
| CMYK | 0 | 0.56 | 0.97 | 0.03 |
| HSL | 25.25º | 0.94% | 0.5% | - |
| HSV(B) | 25.25º | 0.97% | 0.97% | - |
| XYZ | 44.22 | 30.91 | 3.87 | - |
| YUV | 139.05 | 54.05 | 205.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 109 | 8 | 0 | 0.56 | 0.97 | 0.03 | 25.25 | 0.94 | 0.5 |
| Hex | F8 | 6D | 8 | 0 | 38 | 61 | 3 | 19 | 5E | 32 |
| Octal | 370 | 155 | 10 | 0 | 70 | 141 | 3 | 31 | 136 | 62 |
| Binary | 11111000 | 1101101 | 1000 | 0 | 111000 | 1100001 | 11 | 11001 | 1011110 | 110010 |
Color Harmonies of #F86D08
Complementary color
Monochromatic Colors of #F86D08
Black with #F86D08
Text Example
Text Example
White with #F86D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86D08; }
p { color: rgb(248,109,8); }
H1.HeaderClassName
{
color: #F86D08;
}
.AnyTagClassName
{
color: #F86D08;
}
</style>
background-color css
<style>
a { background-color: #F86D08; }
a { background-color: rgb(248,109,8); }
div.DivClassName
{
background-color: #F86D08;
}
.BgClassName
{
background-color: #F86D08;
}
</style>
border-color css
<style>
span { border-color: #F86D08; }
span { border-color: rgb(248,109,8); }
td.TdClassName
{
border-color: #F86D08;
}
.TagClassName
{
border-color: #F86D08;
}
</style>