Shades of Tangerine #F18D0E
Tints of Tangerine #F18D0E
RGB
CMYK
RGB Variations
Color information
#F18D0E (or 0xF18D0E) is known color: Tangerine. HEX triplet: F1, 8D and 0E. RGB value is (241,141,14). Sum of RGB (Red+Green+Blue) = 241+141+14=396 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.86% from 396); Green value is 141 (55.47% from 255 or 35.61% from 396); Blue value is 14 (5.86% from 255 or 3.54% from 396); Max value from RGB is 241 - color contains mainly: red. Hex color #F18D0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18D0E is #0E72F1. Grayscale: #9D9D9D. Windows color (decimal): -946930 or 953841. OLE color: 953841.
HSL color Cylindrical-coordinate representation of color #F18D0E: hue angle of 33.57º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F18D0E is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 141 | 14 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.05 |
| HSL | 33.57º | 0.89% | 0.5% | - |
| HSV(B) | 33.57º | 0.94% | 0.95% | - |
| XYZ | 45.88 | 37.78 | 5.29 | - |
| YUV | 156.42 | 47.63 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 141 | 14 | 0 | 0.41 | 0.94 | 0.05 | 33.57 | 0.89 | 0.5 |
| Hex | F1 | 8D | E | 0 | 29 | 5E | 5 | 22 | 59 | 32 |
| Octal | 361 | 215 | 16 | 0 | 51 | 136 | 5 | 42 | 131 | 62 |
| Binary | 11110001 | 10001101 | 1110 | 0 | 101001 | 1011110 | 101 | 100010 | 1011001 | 110010 |
Color Harmonies of #F18D0E
Complementary color
Monochromatic Colors of #F18D0E
Black with #F18D0E
Text Example
Text Example
White with #F18D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18D0E; }
p { color: rgb(241,141,14); }
H1.HeaderClassName
{
color: #F18D0E;
}
.AnyTagClassName
{
color: #F18D0E;
}
</style>
background-color css
<style>
a { background-color: #F18D0E; }
a { background-color: rgb(241,141,14); }
div.DivClassName
{
background-color: #F18D0E;
}
.BgClassName
{
background-color: #F18D0E;
}
</style>
border-color css
<style>
span { border-color: #F18D0E; }
span { border-color: rgb(241,141,14); }
td.TdClassName
{
border-color: #F18D0E;
}
.TagClassName
{
border-color: #F18D0E;
}
</style>