Shades of Safety Orange #F1660D
Tints of Safety Orange #F1660D
RGB
CMYK
RGB Variations
Color information
#F1660D (or 0xF1660D) is known color: Safety Orange. HEX triplet: F1, 66 and 0D. RGB value is (241,102,13). Sum of RGB (Red+Green+Blue) = 241+102+13=356 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.70% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 13 (5.47% from 255 or 3.65% from 356); Max value from RGB is 241 - color contains mainly: red. Hex color #F1660D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F1660D is #0E99F2. Grayscale: #858585. Windows color (decimal): -956915 or 878321. OLE color: 878321.
HSL color Cylindrical-coordinate representation of color #F1660D: hue angle of 23.42º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F1660D is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 102 | 13 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.05 |
| HSL | 23.42º | 0.9% | 0.5% | - |
| HSV(B) | 23.42º | 0.95% | 0.95% | - |
| XYZ | 41.1 | 28.23 | 3.66 | - |
| YUV | 133.42 | 60.05 | 204.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 102 | 13 | 0 | 0.58 | 0.95 | 0.05 | 23.42 | 0.9 | 0.5 |
| Hex | F1 | 66 | D | 0 | 3A | 5F | 5 | 17 | 5A | 32 |
| Octal | 361 | 146 | 15 | 0 | 72 | 137 | 5 | 27 | 132 | 62 |
| Binary | 11110001 | 1100110 | 1101 | 0 | 111010 | 1011111 | 101 | 10111 | 1011010 | 110010 |
Color Harmonies of #F1660D
Complementary color
Monochromatic Colors of #F1660D
Black with #F1660D
Text Example
Text Example
White with #F1660D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1660D; }
p { color: rgb(241,102,13); }
H1.HeaderClassName
{
color: #F1660D;
}
.AnyTagClassName
{
color: #F1660D;
}
</style>
background-color css
<style>
a { background-color: #F1660D; }
a { background-color: rgb(241,102,13); }
div.DivClassName
{
background-color: #F1660D;
}
.BgClassName
{
background-color: #F1660D;
}
</style>
border-color css
<style>
span { border-color: #F1660D; }
span { border-color: rgb(241,102,13); }
td.TdClassName
{
border-color: #F1660D;
}
.TagClassName
{
border-color: #F1660D;
}
</style>