Shades of Tangerine #F0840A
Tints of Tangerine #F0840A
RGB
CMYK
RGB Variations
Color information
#F0840A (or 0xF0840A) is known color: Tangerine. HEX triplet: F0, 84 and 0A. RGB value is (240,132,10). Sum of RGB (Red+Green+Blue) = 240+132+10=382 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.83% from 382); Green value is 132 (51.95% from 255 or 34.55% from 382); Blue value is 10 (4.30% from 255 or 2.62% from 382); Max value from RGB is 240 - color contains mainly: red. Hex color #F0840A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0840A is #0F7BF5. Grayscale: #969696. Windows color (decimal): -1014774 or 689392. OLE color: 689392.
HSL color Cylindrical-coordinate representation of color #F0840A: hue angle of 31.83º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F0840A is Cyan = 0, Magento = 0.45, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 132 | 10 | - |
| CMYK | 0 | 0.45 | 0.96 | 0.06 |
| HSL | 31.83º | 0.92% | 0.49% | - |
| HSV(B) | 31.83º | 0.96% | 0.94% | - |
| XYZ | 44.24 | 35.05 | 4.72 | - |
| YUV | 150.38 | 48.78 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 132 | 10 | 0 | 0.45 | 0.96 | 0.06 | 31.83 | 0.92 | 0.49 |
| Hex | F0 | 84 | A | 0 | 2D | 60 | 6 | 20 | 5C | 31 |
| Octal | 360 | 204 | 12 | 0 | 55 | 140 | 6 | 40 | 134 | 61 |
| Binary | 11110000 | 10000100 | 1010 | 0 | 101101 | 1100000 | 110 | 100000 | 1011100 | 110001 |
Color Harmonies of #F0840A
Complementary color
Monochromatic Colors of #F0840A
Black with #F0840A
Text Example
Text Example
White with #F0840A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0840A; }
p { color: rgb(240,132,10); }
H1.HeaderClassName
{
color: #F0840A;
}
.AnyTagClassName
{
color: #F0840A;
}
</style>
background-color css
<style>
a { background-color: #F0840A; }
a { background-color: rgb(240,132,10); }
div.DivClassName
{
background-color: #F0840A;
}
.BgClassName
{
background-color: #F0840A;
}
</style>
border-color css
<style>
span { border-color: #F0840A; }
span { border-color: rgb(240,132,10); }
td.TdClassName
{
border-color: #F0840A;
}
.TagClassName
{
border-color: #F0840A;
}
</style>