Shades of Safety Orange #F16805
Tints of Safety Orange #F16805
RGB
CMYK
RGB Variations
Color information
#F16805 (or 0xF16805) is known color: Safety Orange. HEX triplet: F1, 68 and 05. RGB value is (241,104,5). Sum of RGB (Red+Green+Blue) = 241+104+5=350 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.86% from 350); Green value is 104 (41.02% from 255 or 29.71% from 350); Blue value is 5 (2.34% from 255 or 1.43% from 350); Max value from RGB is 241 - color contains mainly: red. Hex color #F16805 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16805 is #0E97FA. Grayscale: #868686. Windows color (decimal): -956411 or 354545. OLE color: 354545.
HSL color Cylindrical-coordinate representation of color #F16805: hue angle of 25.17º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F16805 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 104 | 5 | - |
| CMYK | 0 | 0.57 | 0.98 | 0.05 |
| HSL | 25.17º | 0.96% | 0.48% | - |
| HSV(B) | 25.17º | 0.98% | 0.95% | - |
| XYZ | 41.25 | 28.61 | 3.49 | - |
| YUV | 133.68 | 55.39 | 204.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 104 | 5 | 0 | 0.57 | 0.98 | 0.05 | 25.17 | 0.96 | 0.48 |
| Hex | F1 | 68 | 5 | 0 | 39 | 62 | 5 | 19 | 60 | 30 |
| Octal | 361 | 150 | 5 | 0 | 71 | 142 | 5 | 31 | 140 | 60 |
| Binary | 11110001 | 1101000 | 101 | 0 | 111001 | 1100010 | 101 | 11001 | 1100000 | 110000 |
Color Harmonies of #F16805
Complementary color
Monochromatic Colors of #F16805
Black with #F16805
Text Example
Text Example
White with #F16805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16805; }
p { color: rgb(241,104,5); }
H1.HeaderClassName
{
color: #F16805;
}
.AnyTagClassName
{
color: #F16805;
}
</style>
background-color css
<style>
a { background-color: #F16805; }
a { background-color: rgb(241,104,5); }
div.DivClassName
{
background-color: #F16805;
}
.BgClassName
{
background-color: #F16805;
}
</style>
border-color css
<style>
span { border-color: #F16805; }
span { border-color: rgb(241,104,5); }
td.TdClassName
{
border-color: #F16805;
}
.TagClassName
{
border-color: #F16805;
}
</style>