Shades of Tangerine #F0840D
Tints of Tangerine #F0840D
RGB
CMYK
RGB Variations
Color information
#F0840D (or 0xF0840D) is known color: Tangerine. HEX triplet: F0, 84 and 0D. RGB value is (240,132,13). Sum of RGB (Red+Green+Blue) = 240+132+13=385 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.34% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 13 (5.47% from 255 or 3.38% from 385); Max value from RGB is 240 - color contains mainly: red. Hex color #F0840D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0840D is #0F7BF2. Grayscale: #979797. Windows color (decimal): -1014771 or 886000. OLE color: 886000.
HSL color Cylindrical-coordinate representation of color #F0840D: hue angle of 31.45º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0840D is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 132 | 13 | - |
| CMYK | 0 | 0.45 | 0.95 | 0.06 |
| HSL | 31.45º | 0.9% | 0.5% | - |
| HSV(B) | 31.45º | 0.95% | 0.94% | - |
| XYZ | 44.26 | 35.06 | 4.81 | - |
| YUV | 150.73 | 50.28 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 132 | 13 | 0 | 0.45 | 0.95 | 0.06 | 31.45 | 0.9 | 0.5 |
| Hex | F0 | 84 | D | 0 | 2D | 5F | 6 | 1F | 5A | 32 |
| Octal | 360 | 204 | 15 | 0 | 55 | 137 | 6 | 37 | 132 | 62 |
| Binary | 11110000 | 10000100 | 1101 | 0 | 101101 | 1011111 | 110 | 11111 | 1011010 | 110010 |
Color Harmonies of #F0840D
Complementary color
Monochromatic Colors of #F0840D
Black with #F0840D
Text Example
Text Example
White with #F0840D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0840D; }
p { color: rgb(240,132,13); }
H1.HeaderClassName
{
color: #F0840D;
}
.AnyTagClassName
{
color: #F0840D;
}
</style>
background-color css
<style>
a { background-color: #F0840D; }
a { background-color: rgb(240,132,13); }
div.DivClassName
{
background-color: #F0840D;
}
.BgClassName
{
background-color: #F0840D;
}
</style>
border-color css
<style>
span { border-color: #F0840D; }
span { border-color: rgb(240,132,13); }
td.TdClassName
{
border-color: #F0840D;
}
.TagClassName
{
border-color: #F0840D;
}
</style>