Shades of Dark Tangerine #F0AC19
Tints of Dark Tangerine #F0AC19
RGB
CMYK
RGB Variations
Color information
#F0AC19 (or 0xF0AC19) is known color: Dark Tangerine. HEX triplet: F0, AC and 19. RGB value is (240,172,25). Sum of RGB (Red+Green+Blue) = 240+172+25=437 (57% of max value = 765). Red value is 240 (94.14% from 255 or 54.92% from 437); Green value is 172 (67.58% from 255 or 39.36% from 437); Blue value is 25 (10.16% from 255 or 5.72% from 437); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AC19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0AC19 is #0F53E6. Grayscale: #B0B0B0. Windows color (decimal): -1004519 or 1682672. OLE color: 1682672.
HSL color Cylindrical-coordinate representation of color #F0AC19: hue angle of 41.02º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F0AC19 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 172 | 25 | - |
| CMYK | 0 | 0.28 | 0.90 | 0.06 |
| HSL | 41.02º | 0.88% | 0.52% | - |
| HSV(B) | 41.02º | 0.9% | 0.94% | - |
| XYZ | 50.86 | 48.1 | 7.52 | - |
| YUV | 175.57 | 43.03 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 172 | 25 | 0 | 0.28 | 0.90 | 0.06 | 41.02 | 0.88 | 0.52 |
| Hex | F0 | AC | 19 | 0 | 1C | 5A | 6 | 29 | 58 | 34 |
| Octal | 360 | 254 | 31 | 0 | 34 | 132 | 6 | 51 | 130 | 64 |
| Binary | 11110000 | 10101100 | 11001 | 0 | 11100 | 1011010 | 110 | 101001 | 1011000 | 110100 |
Color Harmonies of #F0AC19
Complementary color
Monochromatic Colors of #F0AC19
Black with #F0AC19
Text Example
Text Example
White with #F0AC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AC19; }
p { color: rgb(240,172,25); }
H1.HeaderClassName
{
color: #F0AC19;
}
.AnyTagClassName
{
color: #F0AC19;
}
</style>
background-color css
<style>
a { background-color: #F0AC19; }
a { background-color: rgb(240,172,25); }
div.DivClassName
{
background-color: #F0AC19;
}
.BgClassName
{
background-color: #F0AC19;
}
</style>
border-color css
<style>
span { border-color: #F0AC19; }
span { border-color: rgb(240,172,25); }
td.TdClassName
{
border-color: #F0AC19;
}
.TagClassName
{
border-color: #F0AC19;
}
</style>