Shades of Safety Orange #F16605
Tints of Safety Orange #F16605
RGB
CMYK
RGB Variations
Color information
#F16605 (or 0xF16605) is known color: Safety Orange. HEX triplet: F1, 66 and 05. RGB value is (241,102,5). Sum of RGB (Red+Green+Blue) = 241+102+5=348 (46% of max value = 765). Red value is 241 (94.53% from 255 or 69.25% from 348); Green value is 102 (40.23% from 255 or 29.31% from 348); Blue value is 5 (2.34% from 255 or 1.44% from 348); Max value from RGB is 241 - color contains mainly: red. Hex color #F16605 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16605 is #0E99FA. Grayscale: #858585. Windows color (decimal): -956923 or 354033. OLE color: 354033.
HSL color Cylindrical-coordinate representation of color #F16605: hue angle of 24.66º 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 #F16605 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 102 | 5 | - |
| CMYK | 0 | 0.58 | 0.98 | 0.05 |
| HSL | 24.66º | 0.96% | 0.48% | - |
| HSV(B) | 24.66º | 0.98% | 0.95% | - |
| XYZ | 41.05 | 28.21 | 3.43 | - |
| YUV | 132.5 | 56.05 | 205.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 102 | 5 | 0 | 0.58 | 0.98 | 0.05 | 24.66 | 0.96 | 0.48 |
| Hex | F1 | 66 | 5 | 0 | 3A | 62 | 5 | 19 | 60 | 30 |
| Octal | 361 | 146 | 5 | 0 | 72 | 142 | 5 | 31 | 140 | 60 |
| Binary | 11110001 | 1100110 | 101 | 0 | 111010 | 1100010 | 101 | 11001 | 1100000 | 110000 |
Color Harmonies of #F16605
Complementary color
Monochromatic Colors of #F16605
Black with #F16605
Text Example
Text Example
White with #F16605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16605; }
p { color: rgb(241,102,5); }
H1.HeaderClassName
{
color: #F16605;
}
.AnyTagClassName
{
color: #F16605;
}
</style>
background-color css
<style>
a { background-color: #F16605; }
a { background-color: rgb(241,102,5); }
div.DivClassName
{
background-color: #F16605;
}
.BgClassName
{
background-color: #F16605;
}
</style>
border-color css
<style>
span { border-color: #F16605; }
span { border-color: rgb(241,102,5); }
td.TdClassName
{
border-color: #F16605;
}
.TagClassName
{
border-color: #F16605;
}
</style>