Shades of Tangerine #F18910
Tints of Tangerine #F18910
RGB
CMYK
RGB Variations
Color information
#F18910 (or 0xF18910) is known color: Tangerine. HEX triplet: F1, 89 and 10. RGB value is (241,137,16). Sum of RGB (Red+Green+Blue) = 241+137+16=394 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.17% from 394); Green value is 137 (53.91% from 255 or 34.77% from 394); Blue value is 16 (6.64% from 255 or 4.06% from 394); Max value from RGB is 241 - color contains mainly: red. Hex color #F18910 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18910 is #0E76EF. Grayscale: #9A9A9A. Windows color (decimal): -947952 or 1083889. OLE color: 1083889.
HSL color Cylindrical-coordinate representation of color #F18910: hue angle of 32.27º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F18910 is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 137 | 16 | - |
| CMYK | 0 | 0.43 | 0.93 | 0.05 |
| HSL | 32.27º | 0.89% | 0.5% | - |
| HSV(B) | 32.27º | 0.93% | 0.95% | - |
| XYZ | 45.31 | 36.63 | 5.17 | - |
| YUV | 154.3 | 49.96 | 189.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 137 | 16 | 0 | 0.43 | 0.93 | 0.05 | 32.27 | 0.89 | 0.5 |
| Hex | F1 | 89 | 10 | 0 | 2B | 5D | 5 | 20 | 59 | 32 |
| Octal | 361 | 211 | 20 | 0 | 53 | 135 | 5 | 40 | 131 | 62 |
| Binary | 11110001 | 10001001 | 10000 | 0 | 101011 | 1011101 | 101 | 100000 | 1011001 | 110010 |
Color Harmonies of #F18910
Complementary color
Monochromatic Colors of #F18910
Black with #F18910
Text Example
Text Example
White with #F18910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18910; }
p { color: rgb(241,137,16); }
H1.HeaderClassName
{
color: #F18910;
}
.AnyTagClassName
{
color: #F18910;
}
</style>
background-color css
<style>
a { background-color: #F18910; }
a { background-color: rgb(241,137,16); }
div.DivClassName
{
background-color: #F18910;
}
.BgClassName
{
background-color: #F18910;
}
</style>
border-color css
<style>
span { border-color: #F18910; }
span { border-color: rgb(241,137,16); }
td.TdClassName
{
border-color: #F18910;
}
.TagClassName
{
border-color: #F18910;
}
</style>