Shades of Safety Orange #F86200
Tints of Safety Orange #F86200
RGB
CMYK
RGB Variations
Color information
#F86200 (or 0xF86200) is known color: Safety Orange. HEX triplet: F8, 62 and 00. RGB value is (248,98,0). Sum of RGB (Red+Green+Blue) = 248+98+0=346 (45% of max value = 765). Red value is 248 (97.27% from 255 or 71.68% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 0 (0.39% from 255 or 0% from 346); Max value from RGB is 248 - color contains mainly: red. Hex color #F86200 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86200 is #079DFF. Grayscale: #848484. Windows color (decimal): -499200 or 25336. OLE color: 25336.
HSL color Cylindrical-coordinate representation of color #F86200: hue angle of 23.71º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F86200 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 98 | 0 | - |
| CMYK | 0 | 0.60 | 1 | 0.03 |
| HSL | 23.71º | 1% | 0.49% | - |
| HSV(B) | 23.71º | 1% | 0.97% | - |
| XYZ | 43.08 | 28.69 | 3.27 | - |
| YUV | 131.68 | 53.7 | 210.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 98 | 0 | 0 | 0.60 | 1 | 0.03 | 23.71 | 1 | 0.49 |
| Hex | F8 | 62 | 0 | 0 | 3C | 64 | 3 | 18 | 64 | 31 |
| Octal | 370 | 142 | 0 | 0 | 74 | 144 | 3 | 30 | 144 | 61 |
| Binary | 11111000 | 1100010 | 0 | 0 | 111100 | 1100100 | 11 | 11000 | 1100100 | 110001 |
Color Harmonies of #F86200
Complementary color
Monochromatic Colors of #F86200
Black with #F86200
Text Example
Text Example
White with #F86200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86200; }
p { color: rgb(248,98,0); }
H1.HeaderClassName
{
color: #F86200;
}
.AnyTagClassName
{
color: #F86200;
}
</style>
background-color css
<style>
a { background-color: #F86200; }
a { background-color: rgb(248,98,0); }
div.DivClassName
{
background-color: #F86200;
}
.BgClassName
{
background-color: #F86200;
}
</style>
border-color css
<style>
span { border-color: #F86200; }
span { border-color: rgb(248,98,0); }
td.TdClassName
{
border-color: #F86200;
}
.TagClassName
{
border-color: #F86200;
}
</style>