Shades of Safety Orange #F86C0B
Tints of Safety Orange #F86C0B
RGB
CMYK
RGB Variations
Color information
#F86C0B (or 0xF86C0B) is known color: Safety Orange. HEX triplet: F8, 6C and 0B. RGB value is (248,108,11). Sum of RGB (Red+Green+Blue) = 248+108+11=367 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.57% from 367); Green value is 108 (42.58% from 255 or 29.43% from 367); Blue value is 11 (4.69% from 255 or 3.00% from 367); Max value from RGB is 248 - color contains mainly: red. Hex color #F86C0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86C0B is #0793F4. Grayscale: #8B8B8B. Windows color (decimal): -496629 or 748792. OLE color: 748792.
HSL color Cylindrical-coordinate representation of color #F86C0B: hue angle of 24.56º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F86C0B is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 108 | 11 | - |
| CMYK | 0 | 0.56 | 0.96 | 0.03 |
| HSL | 24.56º | 0.94% | 0.51% | - |
| HSV(B) | 24.56º | 0.96% | 0.97% | - |
| XYZ | 44.13 | 30.71 | 3.92 | - |
| YUV | 138.8 | 55.88 | 205.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 108 | 11 | 0 | 0.56 | 0.96 | 0.03 | 24.56 | 0.94 | 0.51 |
| Hex | F8 | 6C | B | 0 | 38 | 60 | 3 | 19 | 5E | 33 |
| Octal | 370 | 154 | 13 | 0 | 70 | 140 | 3 | 31 | 136 | 63 |
| Binary | 11111000 | 1101100 | 1011 | 0 | 111000 | 1100000 | 11 | 11001 | 1011110 | 110011 |
Color Harmonies of #F86C0B
Complementary color
Monochromatic Colors of #F86C0B
Black with #F86C0B
Text Example
Text Example
White with #F86C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86C0B; }
p { color: rgb(248,108,11); }
H1.HeaderClassName
{
color: #F86C0B;
}
.AnyTagClassName
{
color: #F86C0B;
}
</style>
background-color css
<style>
a { background-color: #F86C0B; }
a { background-color: rgb(248,108,11); }
div.DivClassName
{
background-color: #F86C0B;
}
.BgClassName
{
background-color: #F86C0B;
}
</style>
border-color css
<style>
span { border-color: #F86C0B; }
span { border-color: rgb(248,108,11); }
td.TdClassName
{
border-color: #F86C0B;
}
.TagClassName
{
border-color: #F86C0B;
}
</style>