Shades of Safety Orange #F86A0D
Tints of Safety Orange #F86A0D
RGB
CMYK
RGB Variations
Color information
#F86A0D (or 0xF86A0D) is known color: Safety Orange. HEX triplet: F8, 6A and 0D. RGB value is (248,106,13). Sum of RGB (Red+Green+Blue) = 248+106+13=367 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.57% from 367); Green value is 106 (41.80% from 255 or 28.88% from 367); Blue value is 13 (5.47% from 255 or 3.54% from 367); Max value from RGB is 248 - color contains mainly: red. Hex color #F86A0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86A0D is #0795F2. Grayscale: #8A8A8A. Windows color (decimal): -497139 or 879352. OLE color: 879352.
HSL color Cylindrical-coordinate representation of color #F86A0D: hue angle of 23.74º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F86A0D is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 106 | 13 | - |
| CMYK | 0 | 0.57 | 0.95 | 0.03 |
| HSL | 23.74º | 0.94% | 0.51% | - |
| HSV(B) | 23.74º | 0.95% | 0.97% | - |
| XYZ | 43.94 | 30.29 | 3.91 | - |
| YUV | 137.86 | 57.54 | 206.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 106 | 13 | 0 | 0.57 | 0.95 | 0.03 | 23.74 | 0.94 | 0.51 |
| Hex | F8 | 6A | D | 0 | 39 | 5F | 3 | 18 | 5E | 33 |
| Octal | 370 | 152 | 15 | 0 | 71 | 137 | 3 | 30 | 136 | 63 |
| Binary | 11111000 | 1101010 | 1101 | 0 | 111001 | 1011111 | 11 | 11000 | 1011110 | 110011 |
Color Harmonies of #F86A0D
Complementary color
Monochromatic Colors of #F86A0D
Black with #F86A0D
Text Example
Text Example
White with #F86A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86A0D; }
p { color: rgb(248,106,13); }
H1.HeaderClassName
{
color: #F86A0D;
}
.AnyTagClassName
{
color: #F86A0D;
}
</style>
background-color css
<style>
a { background-color: #F86A0D; }
a { background-color: rgb(248,106,13); }
div.DivClassName
{
background-color: #F86A0D;
}
.BgClassName
{
background-color: #F86A0D;
}
</style>
border-color css
<style>
span { border-color: #F86A0D; }
span { border-color: rgb(248,106,13); }
td.TdClassName
{
border-color: #F86A0D;
}
.TagClassName
{
border-color: #F86A0D;
}
</style>