Shades of Safety Orange #F86705
Tints of Safety Orange #F86705
RGB
CMYK
RGB Variations
Color information
#F86705 (or 0xF86705) is known color: Safety Orange. HEX triplet: F8, 67 and 05. RGB value is (248,103,5). Sum of RGB (Red+Green+Blue) = 248+103+5=356 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.66% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 5 (2.34% from 255 or 1.40% from 356); Max value from RGB is 248 - color contains mainly: red. Hex color #F86705 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86705 is #0798FA. Grayscale: #878787. Windows color (decimal): -497915 or 354296. OLE color: 354296.
HSL color Cylindrical-coordinate representation of color #F86705: hue angle of 24.2º 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 #F86705 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 103 | 5 | - |
| CMYK | 0 | 0.58 | 0.98 | 0.03 |
| HSL | 24.2º | 0.96% | 0.5% | - |
| HSV(B) | 24.2º | 0.98% | 0.97% | - |
| XYZ | 43.59 | 29.67 | 3.57 | - |
| YUV | 135.18 | 54.54 | 208.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 103 | 5 | 0 | 0.58 | 0.98 | 0.03 | 24.2 | 0.96 | 0.5 |
| Hex | F8 | 67 | 5 | 0 | 3A | 62 | 3 | 18 | 60 | 32 |
| Octal | 370 | 147 | 5 | 0 | 72 | 142 | 3 | 30 | 140 | 62 |
| Binary | 11111000 | 1100111 | 101 | 0 | 111010 | 1100010 | 11 | 11000 | 1100000 | 110010 |
Color Harmonies of #F86705
Complementary color
Monochromatic Colors of #F86705
Black with #F86705
Text Example
Text Example
White with #F86705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86705; }
p { color: rgb(248,103,5); }
H1.HeaderClassName
{
color: #F86705;
}
.AnyTagClassName
{
color: #F86705;
}
</style>
background-color css
<style>
a { background-color: #F86705; }
a { background-color: rgb(248,103,5); }
div.DivClassName
{
background-color: #F86705;
}
.BgClassName
{
background-color: #F86705;
}
</style>
border-color css
<style>
span { border-color: #F86705; }
span { border-color: rgb(248,103,5); }
td.TdClassName
{
border-color: #F86705;
}
.TagClassName
{
border-color: #F86705;
}
</style>