Shades of Dark Tangerine #F9A20A
Tints of Dark Tangerine #F9A20A
RGB
CMYK
RGB Variations
Color information
#F9A20A (or 0xF9A20A) is known color: Dark Tangerine. HEX triplet: F9, A2 and 0A. RGB value is (249,162,10). Sum of RGB (Red+Green+Blue) = 249+162+10=421 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.14% from 421); Green value is 162 (63.67% from 255 or 38.48% from 421); Blue value is 10 (4.30% from 255 or 2.38% from 421); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A20A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9A20A is #065DF5. Grayscale: #ABABAB. Windows color (decimal): -417270 or 697081. OLE color: 697081.
HSL color Cylindrical-coordinate representation of color #F9A20A: hue angle of 38.16º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F9A20A is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 162 | 10 | - |
| CMYK | 0 | 0.35 | 0.96 | 0.02 |
| HSL | 38.16º | 0.95% | 0.51% | - |
| HSV(B) | 38.16º | 0.96% | 0.98% | - |
| XYZ | 52.04 | 46 | 6.42 | - |
| YUV | 170.69 | 37.32 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 162 | 10 | 0 | 0.35 | 0.96 | 0.02 | 38.16 | 0.95 | 0.51 |
| Hex | F9 | A2 | A | 0 | 23 | 60 | 2 | 26 | 5F | 33 |
| Octal | 371 | 242 | 12 | 0 | 43 | 140 | 2 | 46 | 137 | 63 |
| Binary | 11111001 | 10100010 | 1010 | 0 | 100011 | 1100000 | 10 | 100110 | 1011111 | 110011 |
Color Harmonies of #F9A20A
Complementary color
Monochromatic Colors of #F9A20A
Black with #F9A20A
Text Example
Text Example
White with #F9A20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A20A; }
p { color: rgb(249,162,10); }
H1.HeaderClassName
{
color: #F9A20A;
}
.AnyTagClassName
{
color: #F9A20A;
}
</style>
background-color css
<style>
a { background-color: #F9A20A; }
a { background-color: rgb(249,162,10); }
div.DivClassName
{
background-color: #F9A20A;
}
.BgClassName
{
background-color: #F9A20A;
}
</style>
border-color css
<style>
span { border-color: #F9A20A; }
span { border-color: rgb(249,162,10); }
td.TdClassName
{
border-color: #F9A20A;
}
.TagClassName
{
border-color: #F9A20A;
}
</style>