Shades of Dark Tangerine #F2AF09
Tints of Dark Tangerine #F2AF09
RGB
CMYK
RGB Variations
Color information
#F2AF09 (or 0xF2AF09) is known color: Dark Tangerine. HEX triplet: F2, AF and 09. RGB value is (242,175,9). Sum of RGB (Red+Green+Blue) = 242+175+9=426 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.81% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 9 (3.91% from 255 or 2.11% from 426); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AF09 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2AF09 is #0D50F6. Grayscale: #B0B0B0. Windows color (decimal): -872695 or 634866. OLE color: 634866.
HSL color Cylindrical-coordinate representation of color #F2AF09: hue angle of 42.75º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F2AF09 is Cyan = 0, Magento = 0.28, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 175 | 9 | - |
| CMYK | 0 | 0.28 | 0.96 | 0.05 |
| HSL | 42.75º | 0.93% | 0.49% | - |
| HSV(B) | 42.75º | 0.96% | 0.95% | - |
| XYZ | 52 | 49.56 | 7.08 | - |
| YUV | 176.11 | 33.7 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 175 | 9 | 0 | 0.28 | 0.96 | 0.05 | 42.75 | 0.93 | 0.49 |
| Hex | F2 | AF | 9 | 0 | 1C | 60 | 5 | 2B | 5D | 31 |
| Octal | 362 | 257 | 11 | 0 | 34 | 140 | 5 | 53 | 135 | 61 |
| Binary | 11110010 | 10101111 | 1001 | 0 | 11100 | 1100000 | 101 | 101011 | 1011101 | 110001 |
Color Harmonies of #F2AF09
Complementary color
Monochromatic Colors of #F2AF09
Black with #F2AF09
Text Example
Text Example
White with #F2AF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AF09; }
p { color: rgb(242,175,9); }
H1.HeaderClassName
{
color: #F2AF09;
}
.AnyTagClassName
{
color: #F2AF09;
}
</style>
background-color css
<style>
a { background-color: #F2AF09; }
a { background-color: rgb(242,175,9); }
div.DivClassName
{
background-color: #F2AF09;
}
.BgClassName
{
background-color: #F2AF09;
}
</style>
border-color css
<style>
span { border-color: #F2AF09; }
span { border-color: rgb(242,175,9); }
td.TdClassName
{
border-color: #F2AF09;
}
.TagClassName
{
border-color: #F2AF09;
}
</style>