Shades of Tangerine #F18805
Tints of Tangerine #F18805
RGB
CMYK
RGB Variations
Color information
#F18805 (or 0xF18805) is known color: Tangerine. HEX triplet: F1, 88 and 05. RGB value is (241,136,5). Sum of RGB (Red+Green+Blue) = 241+136+5=382 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.09% from 382); Green value is 136 (53.52% from 255 or 35.60% from 382); Blue value is 5 (2.34% from 255 or 1.31% from 382); Max value from RGB is 241 - color contains mainly: red. Hex color #F18805 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18805 is #0E77FA. Grayscale: #999999. Windows color (decimal): -948219 or 362737. OLE color: 362737.
HSL color Cylindrical-coordinate representation of color #F18805: hue angle of 33.31º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F18805 is Cyan = 0, Magento = 0.44, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 136 | 5 | - |
| CMYK | 0 | 0.44 | 0.98 | 0.05 |
| HSL | 33.31º | 0.96% | 0.48% | - |
| HSV(B) | 33.31º | 0.98% | 0.95% | - |
| XYZ | 45.11 | 36.32 | 4.78 | - |
| YUV | 152.46 | 44.79 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 136 | 5 | 0 | 0.44 | 0.98 | 0.05 | 33.31 | 0.96 | 0.48 |
| Hex | F1 | 88 | 5 | 0 | 2C | 62 | 5 | 21 | 60 | 30 |
| Octal | 361 | 210 | 5 | 0 | 54 | 142 | 5 | 41 | 140 | 60 |
| Binary | 11110001 | 10001000 | 101 | 0 | 101100 | 1100010 | 101 | 100001 | 1100000 | 110000 |
Color Harmonies of #F18805
Complementary color
Monochromatic Colors of #F18805
Black with #F18805
Text Example
Text Example
White with #F18805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18805; }
p { color: rgb(241,136,5); }
H1.HeaderClassName
{
color: #F18805;
}
.AnyTagClassName
{
color: #F18805;
}
</style>
background-color css
<style>
a { background-color: #F18805; }
a { background-color: rgb(241,136,5); }
div.DivClassName
{
background-color: #F18805;
}
.BgClassName
{
background-color: #F18805;
}
</style>
border-color css
<style>
span { border-color: #F18805; }
span { border-color: rgb(241,136,5); }
td.TdClassName
{
border-color: #F18805;
}
.TagClassName
{
border-color: #F18805;
}
</style>