Shades of Dark Tangerine #F9A219
Tints of Dark Tangerine #F9A219
RGB
CMYK
RGB Variations
Color information
#F9A219 (or 0xF9A219) is known color: Dark Tangerine. HEX triplet: F9, A2 and 19. RGB value is (249,162,25). Sum of RGB (Red+Green+Blue) = 249+162+25=436 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.11% from 436); Green value is 162 (63.67% from 255 or 37.16% from 436); Blue value is 25 (10.16% from 255 or 5.73% from 436); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A219 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9A219 is #065DE6. Grayscale: #ADADAD. Windows color (decimal): -417255 or 1680121. OLE color: 1680121.
HSL color Cylindrical-coordinate representation of color #F9A219: hue angle of 36.7º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F9A219 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 162 | 25 | - |
| CMYK | 0 | 0.35 | 0.90 | 0.02 |
| HSL | 36.7º | 0.95% | 0.54% | - |
| HSV(B) | 36.7º | 0.9% | 0.98% | - |
| XYZ | 52.16 | 46.05 | 7.06 | - |
| YUV | 172.4 | 44.82 | 182.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 162 | 25 | 0 | 0.35 | 0.90 | 0.02 | 36.7 | 0.95 | 0.54 |
| Hex | F9 | A2 | 19 | 0 | 23 | 5A | 2 | 25 | 5F | 36 |
| Octal | 371 | 242 | 31 | 0 | 43 | 132 | 2 | 45 | 137 | 66 |
| Binary | 11111001 | 10100010 | 11001 | 0 | 100011 | 1011010 | 10 | 100101 | 1011111 | 110110 |
Color Harmonies of #F9A219
Complementary color
Monochromatic Colors of #F9A219
Black with #F9A219
Text Example
Text Example
White with #F9A219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A219; }
p { color: rgb(249,162,25); }
H1.HeaderClassName
{
color: #F9A219;
}
.AnyTagClassName
{
color: #F9A219;
}
</style>
background-color css
<style>
a { background-color: #F9A219; }
a { background-color: rgb(249,162,25); }
div.DivClassName
{
background-color: #F9A219;
}
.BgClassName
{
background-color: #F9A219;
}
</style>
border-color css
<style>
span { border-color: #F9A219; }
span { border-color: rgb(249,162,25); }
td.TdClassName
{
border-color: #F9A219;
}
.TagClassName
{
border-color: #F9A219;
}
</style>