Shades of Tangerine #F08A0E
Tints of Tangerine #F08A0E
RGB
CMYK
RGB Variations
Color information
#F08A0E (or 0xF08A0E) is known color: Tangerine. HEX triplet: F0, 8A and 0E. RGB value is (240,138,14). Sum of RGB (Red+Green+Blue) = 240+138+14=392 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.22% from 392); Green value is 138 (54.30% from 255 or 35.20% from 392); Blue value is 14 (5.86% from 255 or 3.57% from 392); Max value from RGB is 240 - color contains mainly: red. Hex color #F08A0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08A0E is #0F75F1. Grayscale: #9A9A9A. Windows color (decimal): -1013234 or 953072. OLE color: 953072.
HSL color Cylindrical-coordinate representation of color #F08A0E: hue angle of 32.92º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F08A0E is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 138 | 14 | - |
| CMYK | 0 | 0.42 | 0.94 | 0.06 |
| HSL | 32.92º | 0.89% | 0.5% | - |
| HSV(B) | 32.92º | 0.94% | 0.94% | - |
| XYZ | 45.1 | 36.73 | 5.13 | - |
| YUV | 154.36 | 48.79 | 189.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 138 | 14 | 0 | 0.42 | 0.94 | 0.06 | 32.92 | 0.89 | 0.5 |
| Hex | F0 | 8A | E | 0 | 2A | 5E | 6 | 21 | 59 | 32 |
| Octal | 360 | 212 | 16 | 0 | 52 | 136 | 6 | 41 | 131 | 62 |
| Binary | 11110000 | 10001010 | 1110 | 0 | 101010 | 1011110 | 110 | 100001 | 1011001 | 110010 |
Color Harmonies of #F08A0E
Complementary color
Monochromatic Colors of #F08A0E
Black with #F08A0E
Text Example
Text Example
White with #F08A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08A0E; }
p { color: rgb(240,138,14); }
H1.HeaderClassName
{
color: #F08A0E;
}
.AnyTagClassName
{
color: #F08A0E;
}
</style>
background-color css
<style>
a { background-color: #F08A0E; }
a { background-color: rgb(240,138,14); }
div.DivClassName
{
background-color: #F08A0E;
}
.BgClassName
{
background-color: #F08A0E;
}
</style>
border-color css
<style>
span { border-color: #F08A0E; }
span { border-color: rgb(240,138,14); }
td.TdClassName
{
border-color: #F08A0E;
}
.TagClassName
{
border-color: #F08A0E;
}
</style>