Shades of Safety Orange #F85E02
Tints of Safety Orange #F85E02
RGB
CMYK
RGB Variations
Color information
#F85E02 (or 0xF85E02) is known color: Safety Orange. HEX triplet: F8, 5E and 02. RGB value is (248,94,2). Sum of RGB (Red+Green+Blue) = 248+94+2=344 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.09% from 344); Green value is 94 (37.11% from 255 or 27.33% from 344); Blue value is 2 (1.17% from 255 or 0.58% from 344); Max value from RGB is 248 - color contains mainly: red. Hex color #F85E02 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85E02 is #07A1FD. Grayscale: #828282. Windows color (decimal): -500222 or 155384. OLE color: 155384.
HSL color Cylindrical-coordinate representation of color #F85E02: hue angle of 22.44º 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 #F85E02 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 94 | 2 | - |
| CMYK | 0 | 0.62 | 0.99 | 0.03 |
| HSL | 22.44º | 0.98% | 0.49% | - |
| HSV(B) | 22.44º | 0.99% | 0.97% | - |
| XYZ | 42.73 | 27.97 | 3.2 | - |
| YUV | 129.56 | 56.02 | 212.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 94 | 2 | 0 | 0.62 | 0.99 | 0.03 | 22.44 | 0.98 | 0.49 |
| Hex | F8 | 5E | 2 | 0 | 3E | 63 | 3 | 16 | 62 | 31 |
| Octal | 370 | 136 | 2 | 0 | 76 | 143 | 3 | 26 | 142 | 61 |
| Binary | 11111000 | 1011110 | 10 | 0 | 111110 | 1100011 | 11 | 10110 | 1100010 | 110001 |
Color Harmonies of #F85E02
Complementary color
Monochromatic Colors of #F85E02
Black with #F85E02
Text Example
Text Example
White with #F85E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85E02; }
p { color: rgb(248,94,2); }
H1.HeaderClassName
{
color: #F85E02;
}
.AnyTagClassName
{
color: #F85E02;
}
</style>
background-color css
<style>
a { background-color: #F85E02; }
a { background-color: rgb(248,94,2); }
div.DivClassName
{
background-color: #F85E02;
}
.BgClassName
{
background-color: #F85E02;
}
</style>
border-color css
<style>
span { border-color: #F85E02; }
span { border-color: rgb(248,94,2); }
td.TdClassName
{
border-color: #F85E02;
}
.TagClassName
{
border-color: #F85E02;
}
</style>