Shades of Dark Tangerine #F0AF11
Tints of Dark Tangerine #F0AF11
RGB
CMYK
RGB Variations
Color information
#F0AF11 (or 0xF0AF11) is known color: Dark Tangerine. HEX triplet: F0, AF and 11. RGB value is (240,175,17). Sum of RGB (Red+Green+Blue) = 240+175+17=432 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.56% from 432); Green value is 175 (68.75% from 255 or 40.51% from 432); Blue value is 17 (7.03% from 255 or 3.94% from 432); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AF11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0AF11 is #0F50EE. Grayscale: #B1B1B1. Windows color (decimal): -1003759 or 1159152. OLE color: 1159152.
HSL color Cylindrical-coordinate representation of color #F0AF11: hue angle of 42.51º 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 #F0AF11 is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 175 | 17 | - |
| CMYK | 0 | 0.27 | 0.93 | 0.06 |
| HSL | 42.51º | 0.88% | 0.5% | - |
| HSV(B) | 42.51º | 0.93% | 0.94% | - |
| XYZ | 51.37 | 49.23 | 7.32 | - |
| YUV | 176.42 | 38.03 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 175 | 17 | 0 | 0.27 | 0.93 | 0.06 | 42.51 | 0.88 | 0.5 |
| Hex | F0 | AF | 11 | 0 | 1B | 5D | 6 | 2B | 58 | 32 |
| Octal | 360 | 257 | 21 | 0 | 33 | 135 | 6 | 53 | 130 | 62 |
| Binary | 11110000 | 10101111 | 10001 | 0 | 11011 | 1011101 | 110 | 101011 | 1011000 | 110010 |
Color Harmonies of #F0AF11
Complementary color
Monochromatic Colors of #F0AF11
Black with #F0AF11
Text Example
Text Example
White with #F0AF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AF11; }
p { color: rgb(240,175,17); }
H1.HeaderClassName
{
color: #F0AF11;
}
.AnyTagClassName
{
color: #F0AF11;
}
</style>
background-color css
<style>
a { background-color: #F0AF11; }
a { background-color: rgb(240,175,17); }
div.DivClassName
{
background-color: #F0AF11;
}
.BgClassName
{
background-color: #F0AF11;
}
</style>
border-color css
<style>
span { border-color: #F0AF11; }
span { border-color: rgb(240,175,17); }
td.TdClassName
{
border-color: #F0AF11;
}
.TagClassName
{
border-color: #F0AF11;
}
</style>