Shades of Safety Orange #F87201
Tints of Safety Orange #F87201
RGB
CMYK
RGB Variations
Color information
#F87201 (or 0xF87201) is known color: Safety Orange. HEX triplet: F8, 72 and 01. RGB value is (248,114,1). Sum of RGB (Red+Green+Blue) = 248+114+1=363 (48% of max value = 765). Red value is 248 (97.27% from 255 or 68.32% from 363); Green value is 114 (44.92% from 255 or 31.40% from 363); Blue value is 1 (0.78% from 255 or 0.28% from 363); Max value from RGB is 248 - color contains mainly: red. Hex color #F87201 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F87201 is #078DFE. Grayscale: #8D8D8D. Windows color (decimal): -495103 or 94968. OLE color: 94968.
HSL color Cylindrical-coordinate representation of color #F87201: hue angle of 27.45º 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 #F87201 is Cyan = 0, Magento = 0.54, Yellow = 1.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 114 | 1 | - |
| CMYK | 0 | 0.54 | 1.00 | 0.03 |
| HSL | 27.45º | 0.99% | 0.49% | - |
| HSV(B) | 27.45º | 1% | 0.97% | - |
| XYZ | 44.73 | 31.99 | 3.85 | - |
| YUV | 141.18 | 48.89 | 204.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 114 | 1 | 0 | 0.54 | 1.00 | 0.03 | 27.45 | 0.99 | 0.49 |
| Hex | F8 | 72 | 1 | 0 | 36 | 64 | 3 | 1B | 63 | 31 |
| Octal | 370 | 162 | 1 | 0 | 66 | 144 | 3 | 33 | 143 | 61 |
| Binary | 11111000 | 1110010 | 1 | 0 | 110110 | 1100100 | 11 | 11011 | 1100011 | 110001 |
Color Harmonies of #F87201
Complementary color
Monochromatic Colors of #F87201
Black with #F87201
Text Example
Text Example
White with #F87201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87201; }
p { color: rgb(248,114,1); }
H1.HeaderClassName
{
color: #F87201;
}
.AnyTagClassName
{
color: #F87201;
}
</style>
background-color css
<style>
a { background-color: #F87201; }
a { background-color: rgb(248,114,1); }
div.DivClassName
{
background-color: #F87201;
}
.BgClassName
{
background-color: #F87201;
}
</style>
border-color css
<style>
span { border-color: #F87201; }
span { border-color: rgb(248,114,1); }
td.TdClassName
{
border-color: #F87201;
}
.TagClassName
{
border-color: #F87201;
}
</style>