Shades of Dark Tangerine #F0AC10
Tints of Dark Tangerine #F0AC10
RGB
CMYK
RGB Variations
Color information
#F0AC10 (or 0xF0AC10) is known color: Dark Tangerine. HEX triplet: F0, AC and 10. RGB value is (240,172,16). Sum of RGB (Red+Green+Blue) = 240+172+16=428 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.07% from 428); Green value is 172 (67.58% from 255 or 40.19% from 428); Blue value is 16 (6.64% from 255 or 3.74% from 428); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AC10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0AC10 is #0F53EF. Grayscale: #AFAFAF. Windows color (decimal): -1004528 or 1092848. OLE color: 1092848.
HSL color Cylindrical-coordinate representation of color #F0AC10: hue angle of 41.79º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F0AC10 is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 172 | 16 | - |
| CMYK | 0 | 0.28 | 0.93 | 0.06 |
| HSL | 41.79º | 0.88% | 0.5% | - |
| HSV(B) | 41.79º | 0.93% | 0.94% | - |
| XYZ | 50.78 | 48.07 | 7.09 | - |
| YUV | 174.55 | 38.53 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 172 | 16 | 0 | 0.28 | 0.93 | 0.06 | 41.79 | 0.88 | 0.5 |
| Hex | F0 | AC | 10 | 0 | 1C | 5D | 6 | 2A | 58 | 32 |
| Octal | 360 | 254 | 20 | 0 | 34 | 135 | 6 | 52 | 130 | 62 |
| Binary | 11110000 | 10101100 | 10000 | 0 | 11100 | 1011101 | 110 | 101010 | 1011000 | 110010 |
Color Harmonies of #F0AC10
Complementary color
Monochromatic Colors of #F0AC10
Black with #F0AC10
Text Example
Text Example
White with #F0AC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AC10; }
p { color: rgb(240,172,16); }
H1.HeaderClassName
{
color: #F0AC10;
}
.AnyTagClassName
{
color: #F0AC10;
}
</style>
background-color css
<style>
a { background-color: #F0AC10; }
a { background-color: rgb(240,172,16); }
div.DivClassName
{
background-color: #F0AC10;
}
.BgClassName
{
background-color: #F0AC10;
}
</style>
border-color css
<style>
span { border-color: #F0AC10; }
span { border-color: rgb(240,172,16); }
td.TdClassName
{
border-color: #F0AC10;
}
.TagClassName
{
border-color: #F0AC10;
}
</style>