Shades of Tangerine #F1880C
Tints of Tangerine #F1880C
RGB
CMYK
RGB Variations
Color information
#F1880C (or 0xF1880C) is known color: Tangerine. HEX triplet: F1, 88 and 0C. RGB value is (241,136,12). Sum of RGB (Red+Green+Blue) = 241+136+12=389 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.95% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 12 (5.08% from 255 or 3.08% from 389); Max value from RGB is 241 - color contains mainly: red. Hex color #F1880C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1880C is #0E77F3. Grayscale: #999999. Windows color (decimal): -948212 or 821489. OLE color: 821489.
HSL color Cylindrical-coordinate representation of color #F1880C: hue angle of 32.49º degrees, saturation: 0.91, 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 #F1880C is Cyan = 0, Magento = 0.44, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 136 | 12 | - |
| CMYK | 0 | 0.44 | 0.95 | 0.05 |
| HSL | 32.49º | 0.91% | 0.5% | - |
| HSV(B) | 32.49º | 0.95% | 0.95% | - |
| XYZ | 45.15 | 36.34 | 4.98 | - |
| YUV | 153.26 | 48.29 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 136 | 12 | 0 | 0.44 | 0.95 | 0.05 | 32.49 | 0.91 | 0.5 |
| Hex | F1 | 88 | C | 0 | 2C | 5F | 5 | 20 | 5B | 32 |
| Octal | 361 | 210 | 14 | 0 | 54 | 137 | 5 | 40 | 133 | 62 |
| Binary | 11110001 | 10001000 | 1100 | 0 | 101100 | 1011111 | 101 | 100000 | 1011011 | 110010 |
Color Harmonies of #F1880C
Complementary color
Monochromatic Colors of #F1880C
Black with #F1880C
Text Example
Text Example
White with #F1880C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1880C; }
p { color: rgb(241,136,12); }
H1.HeaderClassName
{
color: #F1880C;
}
.AnyTagClassName
{
color: #F1880C;
}
</style>
background-color css
<style>
a { background-color: #F1880C; }
a { background-color: rgb(241,136,12); }
div.DivClassName
{
background-color: #F1880C;
}
.BgClassName
{
background-color: #F1880C;
}
</style>
border-color css
<style>
span { border-color: #F1880C; }
span { border-color: rgb(241,136,12); }
td.TdClassName
{
border-color: #F1880C;
}
.TagClassName
{
border-color: #F1880C;
}
</style>