Shades of Safety Orange #F87105
Tints of Safety Orange #F87105
RGB
CMYK
RGB Variations
Color information
#F87105 (or 0xF87105) is known color: Safety Orange. HEX triplet: F8, 71 and 05. RGB value is (248,113,5). Sum of RGB (Red+Green+Blue) = 248+113+5=366 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.76% from 366); Green value is 113 (44.53% from 255 or 30.87% from 366); Blue value is 5 (2.34% from 255 or 1.37% from 366); Max value from RGB is 248 - color contains mainly: red. Hex color #F87105 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F87105 is #078EFA. Grayscale: #8D8D8D. Windows color (decimal): -495355 or 356856. OLE color: 356856.
HSL color Cylindrical-coordinate representation of color #F87105: hue angle of 26.67º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F87105 is Cyan = 0, Magento = 0.54, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 113 | 5 | - |
| CMYK | 0 | 0.54 | 0.98 | 0.03 |
| HSL | 26.67º | 0.96% | 0.5% | - |
| HSV(B) | 26.67º | 0.98% | 0.97% | - |
| XYZ | 44.64 | 31.78 | 3.92 | - |
| YUV | 141.05 | 51.23 | 204.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 113 | 5 | 0 | 0.54 | 0.98 | 0.03 | 26.67 | 0.96 | 0.5 |
| Hex | F8 | 71 | 5 | 0 | 36 | 62 | 3 | 1B | 60 | 32 |
| Octal | 370 | 161 | 5 | 0 | 66 | 142 | 3 | 33 | 140 | 62 |
| Binary | 11111000 | 1110001 | 101 | 0 | 110110 | 1100010 | 11 | 11011 | 1100000 | 110010 |
Color Harmonies of #F87105
Complementary color
Monochromatic Colors of #F87105
Black with #F87105
Text Example
Text Example
White with #F87105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87105; }
p { color: rgb(248,113,5); }
H1.HeaderClassName
{
color: #F87105;
}
.AnyTagClassName
{
color: #F87105;
}
</style>
background-color css
<style>
a { background-color: #F87105; }
a { background-color: rgb(248,113,5); }
div.DivClassName
{
background-color: #F87105;
}
.BgClassName
{
background-color: #F87105;
}
</style>
border-color css
<style>
span { border-color: #F87105; }
span { border-color: rgb(248,113,5); }
td.TdClassName
{
border-color: #F87105;
}
.TagClassName
{
border-color: #F87105;
}
</style>