Shades of Dark Tangerine #F9A20D
Tints of Dark Tangerine #F9A20D
RGB
CMYK
RGB Variations
Color information
#F9A20D (or 0xF9A20D) is known color: Dark Tangerine. HEX triplet: F9, A2 and 0D. RGB value is (249,162,13). Sum of RGB (Red+Green+Blue) = 249+162+13=424 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.73% from 424); Green value is 162 (63.67% from 255 or 38.21% from 424); Blue value is 13 (5.47% from 255 or 3.07% from 424); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A20D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9A20D is #065DF2. Grayscale: #ABABAB. Windows color (decimal): -417267 or 893689. OLE color: 893689.
HSL color Cylindrical-coordinate representation of color #F9A20D: hue angle of 37.88º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F9A20D is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 162 | 13 | - |
| CMYK | 0 | 0.35 | 0.95 | 0.02 |
| HSL | 37.88º | 0.95% | 0.51% | - |
| HSV(B) | 37.88º | 0.95% | 0.98% | - |
| XYZ | 52.06 | 46.01 | 6.52 | - |
| YUV | 171.03 | 38.82 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 162 | 13 | 0 | 0.35 | 0.95 | 0.02 | 37.88 | 0.95 | 0.51 |
| Hex | F9 | A2 | D | 0 | 23 | 5F | 2 | 26 | 5F | 33 |
| Octal | 371 | 242 | 15 | 0 | 43 | 137 | 2 | 46 | 137 | 63 |
| Binary | 11111001 | 10100010 | 1101 | 0 | 100011 | 1011111 | 10 | 100110 | 1011111 | 110011 |
Color Harmonies of #F9A20D
Complementary color
Monochromatic Colors of #F9A20D
Black with #F9A20D
Text Example
Text Example
White with #F9A20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A20D; }
p { color: rgb(249,162,13); }
H1.HeaderClassName
{
color: #F9A20D;
}
.AnyTagClassName
{
color: #F9A20D;
}
</style>
background-color css
<style>
a { background-color: #F9A20D; }
a { background-color: rgb(249,162,13); }
div.DivClassName
{
background-color: #F9A20D;
}
.BgClassName
{
background-color: #F9A20D;
}
</style>
border-color css
<style>
span { border-color: #F9A20D; }
span { border-color: rgb(249,162,13); }
td.TdClassName
{
border-color: #F9A20D;
}
.TagClassName
{
border-color: #F9A20D;
}
</style>