Shades of Safety Orange #F16807
Tints of Safety Orange #F16807
RGB
CMYK
RGB Variations
Color information
#F16807 (or 0xF16807) is known color: Safety Orange. HEX triplet: F1, 68 and 07. RGB value is (241,104,7). Sum of RGB (Red+Green+Blue) = 241+104+7=352 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.47% from 352); Green value is 104 (41.02% from 255 or 29.55% from 352); Blue value is 7 (3.12% from 255 or 1.99% from 352); Max value from RGB is 241 - color contains mainly: red. Hex color #F16807 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16807 is #0E97F8. Grayscale: #868686. Windows color (decimal): -956409 or 485617. OLE color: 485617.
HSL color Cylindrical-coordinate representation of color #F16807: hue angle of 24.87º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F16807 is Cyan = 0, Magento = 0.57, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 104 | 7 | - |
| CMYK | 0 | 0.57 | 0.97 | 0.05 |
| HSL | 24.87º | 0.94% | 0.49% | - |
| HSV(B) | 24.87º | 0.97% | 0.95% | - |
| XYZ | 41.26 | 28.62 | 3.55 | - |
| YUV | 133.91 | 56.39 | 204.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 104 | 7 | 0 | 0.57 | 0.97 | 0.05 | 24.87 | 0.94 | 0.49 |
| Hex | F1 | 68 | 7 | 0 | 39 | 61 | 5 | 19 | 5E | 31 |
| Octal | 361 | 150 | 7 | 0 | 71 | 141 | 5 | 31 | 136 | 61 |
| Binary | 11110001 | 1101000 | 111 | 0 | 111001 | 1100001 | 101 | 11001 | 1011110 | 110001 |
Color Harmonies of #F16807
Complementary color
Monochromatic Colors of #F16807
Black with #F16807
Text Example
Text Example
White with #F16807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16807; }
p { color: rgb(241,104,7); }
H1.HeaderClassName
{
color: #F16807;
}
.AnyTagClassName
{
color: #F16807;
}
</style>
background-color css
<style>
a { background-color: #F16807; }
a { background-color: rgb(241,104,7); }
div.DivClassName
{
background-color: #F16807;
}
.BgClassName
{
background-color: #F16807;
}
</style>
border-color css
<style>
span { border-color: #F16807; }
span { border-color: rgb(241,104,7); }
td.TdClassName
{
border-color: #F16807;
}
.TagClassName
{
border-color: #F16807;
}
</style>