Shades of Tangerine #F18010
Tints of Tangerine #F18010
RGB
CMYK
RGB Variations
Color information
#F18010 (or 0xF18010) is known color: Tangerine. HEX triplet: F1, 80 and 10. RGB value is (241,128,16). Sum of RGB (Red+Green+Blue) = 241+128+16=385 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.60% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 16 (6.64% from 255 or 4.16% from 385); Max value from RGB is 241 - color contains mainly: red. Hex color #F18010 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18010 is #0E7FEF. Grayscale: #959595. Windows color (decimal): -950256 or 1081585. OLE color: 1081585.
HSL color Cylindrical-coordinate representation of color #F18010: hue angle of 29.87º 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 #F18010 is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 128 | 16 | - |
| CMYK | 0 | 0.47 | 0.93 | 0.05 |
| HSL | 29.87º | 0.89% | 0.5% | - |
| HSV(B) | 29.87º | 0.93% | 0.95% | - |
| XYZ | 44.09 | 34.18 | 4.76 | - |
| YUV | 149.02 | 52.94 | 193.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 128 | 16 | 0 | 0.47 | 0.93 | 0.05 | 29.87 | 0.89 | 0.5 |
| Hex | F1 | 80 | 10 | 0 | 2F | 5D | 5 | 1E | 59 | 32 |
| Octal | 361 | 200 | 20 | 0 | 57 | 135 | 5 | 36 | 131 | 62 |
| Binary | 11110001 | 10000000 | 10000 | 0 | 101111 | 1011101 | 101 | 11110 | 1011001 | 110010 |
Color Harmonies of #F18010
Complementary color
Monochromatic Colors of #F18010
Black with #F18010
Text Example
Text Example
White with #F18010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18010; }
p { color: rgb(241,128,16); }
H1.HeaderClassName
{
color: #F18010;
}
.AnyTagClassName
{
color: #F18010;
}
</style>
background-color css
<style>
a { background-color: #F18010; }
a { background-color: rgb(241,128,16); }
div.DivClassName
{
background-color: #F18010;
}
.BgClassName
{
background-color: #F18010;
}
</style>
border-color css
<style>
span { border-color: #F18010; }
span { border-color: rgb(241,128,16); }
td.TdClassName
{
border-color: #F18010;
}
.TagClassName
{
border-color: #F18010;
}
</style>