Shades of Dark Tangerine #F0A520
Tints of Dark Tangerine #F0A520
RGB
CMYK
RGB Variations
Color information
#F0A520 (or 0xF0A520) is known color: Dark Tangerine. HEX triplet: F0, A5 and 20. RGB value is (240,165,32). Sum of RGB (Red+Green+Blue) = 240+165+32=437 (57% of max value = 765). Red value is 240 (94.14% from 255 or 54.92% from 437); Green value is 165 (64.84% from 255 or 37.76% from 437); Blue value is 32 (12.89% from 255 or 7.32% from 437); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A520 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A520 is #0F5ADF. Grayscale: #ACACAC. Windows color (decimal): -1006304 or 2139632. OLE color: 2139632.
HSL color Cylindrical-coordinate representation of color #F0A520: hue angle of 38.37º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F0A520 is Cyan = 0, Magento = 0.31, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 165 | 32 | - |
| CMYK | 0 | 0.31 | 0.87 | 0.06 |
| HSL | 38.37º | 0.87% | 0.53% | - |
| HSV(B) | 38.37º | 0.87% | 0.94% | - |
| XYZ | 49.65 | 45.54 | 7.54 | - |
| YUV | 172.26 | 48.85 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 165 | 32 | 0 | 0.31 | 0.87 | 0.06 | 38.37 | 0.87 | 0.53 |
| Hex | F0 | A5 | 20 | 0 | 1F | 57 | 6 | 26 | 57 | 35 |
| Octal | 360 | 245 | 40 | 0 | 37 | 127 | 6 | 46 | 127 | 65 |
| Binary | 11110000 | 10100101 | 100000 | 0 | 11111 | 1010111 | 110 | 100110 | 1010111 | 110101 |
Color Harmonies of #F0A520
Complementary color
Monochromatic Colors of #F0A520
Black with #F0A520
Text Example
Text Example
White with #F0A520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A520; }
p { color: rgb(240,165,32); }
H1.HeaderClassName
{
color: #F0A520;
}
.AnyTagClassName
{
color: #F0A520;
}
</style>
background-color css
<style>
a { background-color: #F0A520; }
a { background-color: rgb(240,165,32); }
div.DivClassName
{
background-color: #F0A520;
}
.BgClassName
{
background-color: #F0A520;
}
</style>
border-color css
<style>
span { border-color: #F0A520; }
span { border-color: rgb(240,165,32); }
td.TdClassName
{
border-color: #F0A520;
}
.TagClassName
{
border-color: #F0A520;
}
</style>