Shades of Tangerine #F18510
Tints of Tangerine #F18510
RGB
CMYK
RGB Variations
Color information
#F18510 (or 0xF18510) is known color: Tangerine. HEX triplet: F1, 85 and 10. RGB value is (241,133,16). Sum of RGB (Red+Green+Blue) = 241+133+16=390 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.79% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 16 (6.64% from 255 or 4.10% from 390); Max value from RGB is 241 - color contains mainly: red. Hex color #F18510 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18510 is #0E7AEF. Grayscale: #989898. Windows color (decimal): -948976 or 1082865. OLE color: 1082865.
HSL color Cylindrical-coordinate representation of color #F18510: hue angle of 31.2º 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 #F18510 is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 133 | 16 | - |
| CMYK | 0 | 0.45 | 0.93 | 0.05 |
| HSL | 31.2º | 0.89% | 0.5% | - |
| HSV(B) | 31.2º | 0.93% | 0.95% | - |
| XYZ | 44.76 | 35.51 | 4.99 | - |
| YUV | 151.95 | 51.28 | 191.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 133 | 16 | 0 | 0.45 | 0.93 | 0.05 | 31.2 | 0.89 | 0.5 |
| Hex | F1 | 85 | 10 | 0 | 2D | 5D | 5 | 1F | 59 | 32 |
| Octal | 361 | 205 | 20 | 0 | 55 | 135 | 5 | 37 | 131 | 62 |
| Binary | 11110001 | 10000101 | 10000 | 0 | 101101 | 1011101 | 101 | 11111 | 1011001 | 110010 |
Color Harmonies of #F18510
Complementary color
Monochromatic Colors of #F18510
Black with #F18510
Text Example
Text Example
White with #F18510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18510; }
p { color: rgb(241,133,16); }
H1.HeaderClassName
{
color: #F18510;
}
.AnyTagClassName
{
color: #F18510;
}
</style>
background-color css
<style>
a { background-color: #F18510; }
a { background-color: rgb(241,133,16); }
div.DivClassName
{
background-color: #F18510;
}
.BgClassName
{
background-color: #F18510;
}
</style>
border-color css
<style>
span { border-color: #F18510; }
span { border-color: rgb(241,133,16); }
td.TdClassName
{
border-color: #F18510;
}
.TagClassName
{
border-color: #F18510;
}
</style>