Shades of Dark Tangerine #F0AC09
Tints of Dark Tangerine #F0AC09
RGB
CMYK
RGB Variations
Color information
#F0AC09 (or 0xF0AC09) is known color: Dark Tangerine. HEX triplet: F0, AC and 09. RGB value is (240,172,9). Sum of RGB (Red+Green+Blue) = 240+172+9=421 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.01% from 421); Green value is 172 (67.58% from 255 or 40.86% from 421); Blue value is 9 (3.91% from 255 or 2.14% from 421); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AC09 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0AC09 is #0F53F6. Grayscale: #AEAEAE. Windows color (decimal): -1004535 or 634096. OLE color: 634096.
HSL color Cylindrical-coordinate representation of color #F0AC09: hue angle of 42.34º degrees, saturation: 0.93, 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 #F0AC09 is Cyan = 0, Magento = 0.28, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 172 | 9 | - |
| CMYK | 0 | 0.28 | 0.96 | 0.06 |
| HSL | 42.34º | 0.93% | 0.49% | - |
| HSV(B) | 42.34º | 0.96% | 0.94% | - |
| XYZ | 50.74 | 48.05 | 6.86 | - |
| YUV | 173.75 | 35.03 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 172 | 9 | 0 | 0.28 | 0.96 | 0.06 | 42.34 | 0.93 | 0.49 |
| Hex | F0 | AC | 9 | 0 | 1C | 60 | 6 | 2A | 5D | 31 |
| Octal | 360 | 254 | 11 | 0 | 34 | 140 | 6 | 52 | 135 | 61 |
| Binary | 11110000 | 10101100 | 1001 | 0 | 11100 | 1100000 | 110 | 101010 | 1011101 | 110001 |
Color Harmonies of #F0AC09
Complementary color
Monochromatic Colors of #F0AC09
Black with #F0AC09
Text Example
Text Example
White with #F0AC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AC09; }
p { color: rgb(240,172,9); }
H1.HeaderClassName
{
color: #F0AC09;
}
.AnyTagClassName
{
color: #F0AC09;
}
</style>
background-color css
<style>
a { background-color: #F0AC09; }
a { background-color: rgb(240,172,9); }
div.DivClassName
{
background-color: #F0AC09;
}
.BgClassName
{
background-color: #F0AC09;
}
</style>
border-color css
<style>
span { border-color: #F0AC09; }
span { border-color: rgb(240,172,9); }
td.TdClassName
{
border-color: #F0AC09;
}
.TagClassName
{
border-color: #F0AC09;
}
</style>