Shades of Tangerine #F1880E
Tints of Tangerine #F1880E
RGB
CMYK
RGB Variations
Color information
#F1880E (or 0xF1880E) is known color: Tangerine. HEX triplet: F1, 88 and 0E. RGB value is (241,136,14). Sum of RGB (Red+Green+Blue) = 241+136+14=391 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.64% from 391); Green value is 136 (53.52% from 255 or 34.78% from 391); Blue value is 14 (5.86% from 255 or 3.58% from 391); Max value from RGB is 241 - color contains mainly: red. Hex color #F1880E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1880E is #0E77F1. Grayscale: #9A9A9A. Windows color (decimal): -948210 or 952561. OLE color: 952561.
HSL color Cylindrical-coordinate representation of color #F1880E: hue angle of 32.25º 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 #F1880E is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 136 | 14 | - |
| CMYK | 0 | 0.44 | 0.94 | 0.05 |
| HSL | 32.25º | 0.89% | 0.5% | - |
| HSV(B) | 32.25º | 0.94% | 0.95% | - |
| XYZ | 45.16 | 36.34 | 5.05 | - |
| YUV | 153.49 | 49.29 | 190.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 136 | 14 | 0 | 0.44 | 0.94 | 0.05 | 32.25 | 0.89 | 0.5 |
| Hex | F1 | 88 | E | 0 | 2C | 5E | 5 | 20 | 59 | 32 |
| Octal | 361 | 210 | 16 | 0 | 54 | 136 | 5 | 40 | 131 | 62 |
| Binary | 11110001 | 10001000 | 1110 | 0 | 101100 | 1011110 | 101 | 100000 | 1011001 | 110010 |
Color Harmonies of #F1880E
Complementary color
Monochromatic Colors of #F1880E
Black with #F1880E
Text Example
Text Example
White with #F1880E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1880E; }
p { color: rgb(241,136,14); }
H1.HeaderClassName
{
color: #F1880E;
}
.AnyTagClassName
{
color: #F1880E;
}
</style>
background-color css
<style>
a { background-color: #F1880E; }
a { background-color: rgb(241,136,14); }
div.DivClassName
{
background-color: #F1880E;
}
.BgClassName
{
background-color: #F1880E;
}
</style>
border-color css
<style>
span { border-color: #F1880E; }
span { border-color: rgb(241,136,14); }
td.TdClassName
{
border-color: #F1880E;
}
.TagClassName
{
border-color: #F1880E;
}
</style>