Shades of Tangerine #F1880B
Tints of Tangerine #F1880B
RGB
CMYK
RGB Variations
Color information
#F1880B (or 0xF1880B) is known color: Tangerine. HEX triplet: F1, 88 and 0B. RGB value is (241,136,11). Sum of RGB (Red+Green+Blue) = 241+136+11=388 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.11% from 388); Green value is 136 (53.52% from 255 or 35.05% from 388); Blue value is 11 (4.69% from 255 or 2.84% from 388); Max value from RGB is 241 - color contains mainly: red. Hex color #F1880B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1880B is #0E77F4. Grayscale: #999999. Windows color (decimal): -948213 or 755953. OLE color: 755953.
HSL color Cylindrical-coordinate representation of color #F1880B: hue angle of 32.61º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F1880B is Cyan = 0, Magento = 0.44, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 136 | 11 | - |
| CMYK | 0 | 0.44 | 0.95 | 0.05 |
| HSL | 32.61º | 0.91% | 0.49% | - |
| HSV(B) | 32.61º | 0.95% | 0.95% | - |
| XYZ | 45.14 | 36.33 | 4.95 | - |
| YUV | 153.15 | 47.79 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 136 | 11 | 0 | 0.44 | 0.95 | 0.05 | 32.61 | 0.91 | 0.49 |
| Hex | F1 | 88 | B | 0 | 2C | 5F | 5 | 21 | 5B | 31 |
| Octal | 361 | 210 | 13 | 0 | 54 | 137 | 5 | 41 | 133 | 61 |
| Binary | 11110001 | 10001000 | 1011 | 0 | 101100 | 1011111 | 101 | 100001 | 1011011 | 110001 |
Color Harmonies of #F1880B
Complementary color
Monochromatic Colors of #F1880B
Black with #F1880B
Text Example
Text Example
White with #F1880B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1880B; }
p { color: rgb(241,136,11); }
H1.HeaderClassName
{
color: #F1880B;
}
.AnyTagClassName
{
color: #F1880B;
}
</style>
background-color css
<style>
a { background-color: #F1880B; }
a { background-color: rgb(241,136,11); }
div.DivClassName
{
background-color: #F1880B;
}
.BgClassName
{
background-color: #F1880B;
}
</style>
border-color css
<style>
span { border-color: #F1880B; }
span { border-color: rgb(241,136,11); }
td.TdClassName
{
border-color: #F1880B;
}
.TagClassName
{
border-color: #F1880B;
}
</style>