Shades of Safety Orange #F86002
Tints of Safety Orange #F86002
RGB
CMYK
RGB Variations
Color information
#F86002 (or 0xF86002) is known color: Safety Orange. HEX triplet: F8, 60 and 02. RGB value is (248,96,2). Sum of RGB (Red+Green+Blue) = 248+96+2=346 (45% of max value = 765). Red value is 248 (97.27% from 255 or 71.68% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 2 (1.17% from 255 or 0.58% from 346); Max value from RGB is 248 - color contains mainly: red. Hex color #F86002 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86002 is #079FFD. Grayscale: #838383. Windows color (decimal): -499710 or 155896. OLE color: 155896.
HSL color Cylindrical-coordinate representation of color #F86002: hue angle of 22.93º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F86002 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 96 | 2 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.03 |
| HSL | 22.93º | 0.98% | 0.49% | - |
| HSV(B) | 22.93º | 0.99% | 0.97% | - |
| XYZ | 42.91 | 28.33 | 3.26 | - |
| YUV | 130.73 | 55.36 | 211.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 96 | 2 | 0 | 0.61 | 0.99 | 0.03 | 22.93 | 0.98 | 0.49 |
| Hex | F8 | 60 | 2 | 0 | 3D | 63 | 3 | 17 | 62 | 31 |
| Octal | 370 | 140 | 2 | 0 | 75 | 143 | 3 | 27 | 142 | 61 |
| Binary | 11111000 | 1100000 | 10 | 0 | 111101 | 1100011 | 11 | 10111 | 1100010 | 110001 |
Color Harmonies of #F86002
Complementary color
Monochromatic Colors of #F86002
Black with #F86002
Text Example
Text Example
White with #F86002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86002; }
p { color: rgb(248,96,2); }
H1.HeaderClassName
{
color: #F86002;
}
.AnyTagClassName
{
color: #F86002;
}
</style>
background-color css
<style>
a { background-color: #F86002; }
a { background-color: rgb(248,96,2); }
div.DivClassName
{
background-color: #F86002;
}
.BgClassName
{
background-color: #F86002;
}
</style>
border-color css
<style>
span { border-color: #F86002; }
span { border-color: rgb(248,96,2); }
td.TdClassName
{
border-color: #F86002;
}
.TagClassName
{
border-color: #F86002;
}
</style>