Shades of Safety Orange #F87100
Tints of Safety Orange #F87100
RGB
CMYK
RGB Variations
Color information
#F87100 (or 0xF87100) is known color: Safety Orange. HEX triplet: F8, 71 and 00. RGB value is (248,113,0). Sum of RGB (Red+Green+Blue) = 248+113+0=361 (47% of max value = 765). Red value is 248 (97.27% from 255 or 68.70% from 361); Green value is 113 (44.53% from 255 or 31.30% from 361); Blue value is 0 (0.39% from 255 or 0% from 361); Max value from RGB is 248 - color contains mainly: red. Hex color #F87100 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F87100 is #078EFF. Grayscale: #8D8D8D. Windows color (decimal): -495360 or 29176. OLE color: 29176.
HSL color Cylindrical-coordinate representation of color #F87100: hue angle of 27.34º 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 #F87100 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 113 | 0 | - |
| CMYK | 0 | 0.54 | 1 | 0.03 |
| HSL | 27.34º | 1% | 0.49% | - |
| HSV(B) | 27.34º | 1% | 0.97% | - |
| XYZ | 44.62 | 31.77 | 3.78 | - |
| YUV | 140.48 | 48.73 | 204.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 113 | 0 | 0 | 0.54 | 1 | 0.03 | 27.34 | 1 | 0.49 |
| Hex | F8 | 71 | 0 | 0 | 36 | 64 | 3 | 1B | 64 | 31 |
| Octal | 370 | 161 | 0 | 0 | 66 | 144 | 3 | 33 | 144 | 61 |
| Binary | 11111000 | 1110001 | 0 | 0 | 110110 | 1100100 | 11 | 11011 | 1100100 | 110001 |
Color Harmonies of #F87100
Complementary color
Monochromatic Colors of #F87100
Black with #F87100
Text Example
Text Example
White with #F87100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87100; }
p { color: rgb(248,113,0); }
H1.HeaderClassName
{
color: #F87100;
}
.AnyTagClassName
{
color: #F87100;
}
</style>
background-color css
<style>
a { background-color: #F87100; }
a { background-color: rgb(248,113,0); }
div.DivClassName
{
background-color: #F87100;
}
.BgClassName
{
background-color: #F87100;
}
</style>
border-color css
<style>
span { border-color: #F87100; }
span { border-color: rgb(248,113,0); }
td.TdClassName
{
border-color: #F87100;
}
.TagClassName
{
border-color: #F87100;
}
</style>