Shades of Safety Orange #F87407
Tints of Safety Orange #F87407
RGB
CMYK
RGB Variations
Color information
#F87407 (or 0xF87407) is known color: Safety Orange. HEX triplet: F8, 74 and 07. RGB value is (248,116,7). Sum of RGB (Red+Green+Blue) = 248+116+7=371 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.85% from 371); Green value is 116 (45.70% from 255 or 31.27% from 371); Blue value is 7 (3.12% from 255 or 1.89% from 371); Max value from RGB is 248 - color contains mainly: red. Hex color #F87407 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F87407 is #078BF8. Grayscale: #8F8F8F. Windows color (decimal): -494585 or 488696. OLE color: 488696.
HSL color Cylindrical-coordinate representation of color #F87407: hue angle of 27.14º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F87407 is Cyan = 0, Magento = 0.53, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 116 | 7 | - |
| CMYK | 0 | 0.53 | 0.97 | 0.03 |
| HSL | 27.14º | 0.95% | 0.5% | - |
| HSV(B) | 27.14º | 0.97% | 0.97% | - |
| XYZ | 45 | 32.46 | 4.1 | - |
| YUV | 143.04 | 51.23 | 202.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 116 | 7 | 0 | 0.53 | 0.97 | 0.03 | 27.14 | 0.95 | 0.5 |
| Hex | F8 | 74 | 7 | 0 | 35 | 61 | 3 | 1B | 5F | 32 |
| Octal | 370 | 164 | 7 | 0 | 65 | 141 | 3 | 33 | 137 | 62 |
| Binary | 11111000 | 1110100 | 111 | 0 | 110101 | 1100001 | 11 | 11011 | 1011111 | 110010 |
Color Harmonies of #F87407
Complementary color
Monochromatic Colors of #F87407
Black with #F87407
Text Example
Text Example
White with #F87407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87407; }
p { color: rgb(248,116,7); }
H1.HeaderClassName
{
color: #F87407;
}
.AnyTagClassName
{
color: #F87407;
}
</style>
background-color css
<style>
a { background-color: #F87407; }
a { background-color: rgb(248,116,7); }
div.DivClassName
{
background-color: #F87407;
}
.BgClassName
{
background-color: #F87407;
}
</style>
border-color css
<style>
span { border-color: #F87407; }
span { border-color: rgb(248,116,7); }
td.TdClassName
{
border-color: #F87407;
}
.TagClassName
{
border-color: #F87407;
}
</style>