Shades of Safety Orange #F87401
Tints of Safety Orange #F87401
RGB
CMYK
RGB Variations
Color information
#F87401 (or 0xF87401) is known color: Safety Orange. HEX triplet: F8, 74 and 01. RGB value is (248,116,1). Sum of RGB (Red+Green+Blue) = 248+116+1=365 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.95% from 365); Green value is 116 (45.70% from 255 or 31.78% from 365); Blue value is 1 (0.78% from 255 or 0.27% from 365); Max value from RGB is 248 - color contains mainly: red. Hex color #F87401 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F87401 is #078BFE. Grayscale: #8E8E8E. Windows color (decimal): -494591 or 95480. OLE color: 95480.
HSL color Cylindrical-coordinate representation of color #F87401: hue angle of 27.94º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F87401 is Cyan = 0, Magento = 0.53, Yellow = 1.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 116 | 1 | - |
| CMYK | 0 | 0.53 | 1.00 | 0.03 |
| HSL | 27.94º | 0.99% | 0.49% | - |
| HSV(B) | 27.94º | 1% | 0.97% | - |
| XYZ | 44.96 | 32.45 | 3.92 | - |
| YUV | 142.36 | 48.23 | 203.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 116 | 1 | 0 | 0.53 | 1.00 | 0.03 | 27.94 | 0.99 | 0.49 |
| Hex | F8 | 74 | 1 | 0 | 35 | 64 | 3 | 1C | 63 | 31 |
| Octal | 370 | 164 | 1 | 0 | 65 | 144 | 3 | 34 | 143 | 61 |
| Binary | 11111000 | 1110100 | 1 | 0 | 110101 | 1100100 | 11 | 11100 | 1100011 | 110001 |
Color Harmonies of #F87401
Complementary color
Monochromatic Colors of #F87401
Black with #F87401
Text Example
Text Example
White with #F87401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87401; }
p { color: rgb(248,116,1); }
H1.HeaderClassName
{
color: #F87401;
}
.AnyTagClassName
{
color: #F87401;
}
</style>
background-color css
<style>
a { background-color: #F87401; }
a { background-color: rgb(248,116,1); }
div.DivClassName
{
background-color: #F87401;
}
.BgClassName
{
background-color: #F87401;
}
</style>
border-color css
<style>
span { border-color: #F87401; }
span { border-color: rgb(248,116,1); }
td.TdClassName
{
border-color: #F87401;
}
.TagClassName
{
border-color: #F87401;
}
</style>