Shades of Dark Tangerine #F2A809
Tints of Dark Tangerine #F2A809
RGB
CMYK
RGB Variations
Color information
#F2A809 (or 0xF2A809) is known color: Dark Tangerine. HEX triplet: F2, A8 and 09. RGB value is (242,168,9). Sum of RGB (Red+Green+Blue) = 242+168+9=419 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.76% from 419); Green value is 168 (66.02% from 255 or 40.10% from 419); Blue value is 9 (3.91% from 255 or 2.15% from 419); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A809 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2A809 is #0D57F6. Grayscale: #ACACAC. Windows color (decimal): -874487 or 633074. OLE color: 633074.
HSL color Cylindrical-coordinate representation of color #F2A809: hue angle of 40.94º 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 #F2A809 is Cyan = 0, Magento = 0.31, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 168 | 9 | - |
| CMYK | 0 | 0.31 | 0.96 | 0.05 |
| HSL | 40.94º | 0.93% | 0.49% | - |
| HSV(B) | 40.94º | 0.96% | 0.95% | - |
| XYZ | 50.67 | 46.9 | 6.64 | - |
| YUV | 172 | 36.02 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 168 | 9 | 0 | 0.31 | 0.96 | 0.05 | 40.94 | 0.93 | 0.49 |
| Hex | F2 | A8 | 9 | 0 | 1F | 60 | 5 | 29 | 5D | 31 |
| Octal | 362 | 250 | 11 | 0 | 37 | 140 | 5 | 51 | 135 | 61 |
| Binary | 11110010 | 10101000 | 1001 | 0 | 11111 | 1100000 | 101 | 101001 | 1011101 | 110001 |
Color Harmonies of #F2A809
Complementary color
Monochromatic Colors of #F2A809
Black with #F2A809
Text Example
Text Example
White with #F2A809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A809; }
p { color: rgb(242,168,9); }
H1.HeaderClassName
{
color: #F2A809;
}
.AnyTagClassName
{
color: #F2A809;
}
</style>
background-color css
<style>
a { background-color: #F2A809; }
a { background-color: rgb(242,168,9); }
div.DivClassName
{
background-color: #F2A809;
}
.BgClassName
{
background-color: #F2A809;
}
</style>
border-color css
<style>
span { border-color: #F2A809; }
span { border-color: rgb(242,168,9); }
td.TdClassName
{
border-color: #F2A809;
}
.TagClassName
{
border-color: #F2A809;
}
</style>