Shades of Safety Orange #F1660B
Tints of Safety Orange #F1660B
RGB
CMYK
RGB Variations
Color information
#F1660B (or 0xF1660B) is known color: Safety Orange. HEX triplet: F1, 66 and 0B. RGB value is (241,102,11). Sum of RGB (Red+Green+Blue) = 241+102+11=354 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.08% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 11 (4.69% from 255 or 3.11% from 354); Max value from RGB is 241 - color contains mainly: red. Hex color #F1660B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F1660B is #0E99F4. Grayscale: #858585. Windows color (decimal): -956917 or 747249. OLE color: 747249.
HSL color Cylindrical-coordinate representation of color #F1660B: hue angle of 23.74º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F1660B is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 102 | 11 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.05 |
| HSL | 23.74º | 0.91% | 0.49% | - |
| HSV(B) | 23.74º | 0.95% | 0.95% | - |
| XYZ | 41.09 | 28.23 | 3.6 | - |
| YUV | 133.19 | 59.05 | 204.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 102 | 11 | 0 | 0.58 | 0.95 | 0.05 | 23.74 | 0.91 | 0.49 |
| Hex | F1 | 66 | B | 0 | 3A | 5F | 5 | 18 | 5B | 31 |
| Octal | 361 | 146 | 13 | 0 | 72 | 137 | 5 | 30 | 133 | 61 |
| Binary | 11110001 | 1100110 | 1011 | 0 | 111010 | 1011111 | 101 | 11000 | 1011011 | 110001 |
Color Harmonies of #F1660B
Complementary color
Monochromatic Colors of #F1660B
Black with #F1660B
Text Example
Text Example
White with #F1660B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1660B; }
p { color: rgb(241,102,11); }
H1.HeaderClassName
{
color: #F1660B;
}
.AnyTagClassName
{
color: #F1660B;
}
</style>
background-color css
<style>
a { background-color: #F1660B; }
a { background-color: rgb(241,102,11); }
div.DivClassName
{
background-color: #F1660B;
}
.BgClassName
{
background-color: #F1660B;
}
</style>
border-color css
<style>
span { border-color: #F1660B; }
span { border-color: rgb(241,102,11); }
td.TdClassName
{
border-color: #F1660B;
}
.TagClassName
{
border-color: #F1660B;
}
</style>