Shades of Safety Orange #F86B0B
Tints of Safety Orange #F86B0B
RGB
CMYK
RGB Variations
Color information
#F86B0B (or 0xF86B0B) is known color: Safety Orange. HEX triplet: F8, 6B and 0B. RGB value is (248,107,11). Sum of RGB (Red+Green+Blue) = 248+107+11=366 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.76% from 366); Green value is 107 (42.19% from 255 or 29.23% from 366); Blue value is 11 (4.69% from 255 or 3.01% from 366); Max value from RGB is 248 - color contains mainly: red. Hex color #F86B0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86B0B is #0794F4. Grayscale: #8A8A8A. Windows color (decimal): -496885 or 748536. OLE color: 748536.
HSL color Cylindrical-coordinate representation of color #F86B0B: hue angle of 24.3º 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 #F86B0B is Cyan = 0, Magento = 0.57, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 107 | 11 | - |
| CMYK | 0 | 0.57 | 0.96 | 0.03 |
| HSL | 24.3º | 0.94% | 0.51% | - |
| HSV(B) | 24.3º | 0.96% | 0.97% | - |
| XYZ | 44.03 | 30.5 | 3.88 | - |
| YUV | 138.22 | 56.21 | 206.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 107 | 11 | 0 | 0.57 | 0.96 | 0.03 | 24.3 | 0.94 | 0.51 |
| Hex | F8 | 6B | B | 0 | 39 | 60 | 3 | 18 | 5E | 33 |
| Octal | 370 | 153 | 13 | 0 | 71 | 140 | 3 | 30 | 136 | 63 |
| Binary | 11111000 | 1101011 | 1011 | 0 | 111001 | 1100000 | 11 | 11000 | 1011110 | 110011 |
Color Harmonies of #F86B0B
Complementary color
Monochromatic Colors of #F86B0B
Black with #F86B0B
Text Example
Text Example
White with #F86B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86B0B; }
p { color: rgb(248,107,11); }
H1.HeaderClassName
{
color: #F86B0B;
}
.AnyTagClassName
{
color: #F86B0B;
}
</style>
background-color css
<style>
a { background-color: #F86B0B; }
a { background-color: rgb(248,107,11); }
div.DivClassName
{
background-color: #F86B0B;
}
.BgClassName
{
background-color: #F86B0B;
}
</style>
border-color css
<style>
span { border-color: #F86B0B; }
span { border-color: rgb(248,107,11); }
td.TdClassName
{
border-color: #F86B0B;
}
.TagClassName
{
border-color: #F86B0B;
}
</style>