Shades of Dark Tangerine #F9A614
Tints of Dark Tangerine #F9A614
RGB
CMYK
RGB Variations
Color information
#F9A614 (or 0xF9A614) is known color: Dark Tangerine. HEX triplet: F9, A6 and 14. RGB value is (249,166,20). Sum of RGB (Red+Green+Blue) = 249+166+20=435 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.24% from 435); Green value is 166 (65.23% from 255 or 38.16% from 435); Blue value is 20 (8.20% from 255 or 4.60% from 435); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A614 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9A614 is #0659EB. Grayscale: #AEAEAE. Windows color (decimal): -416236 or 1353465. OLE color: 1353465.
HSL color Cylindrical-coordinate representation of color #F9A614: hue angle of 38.25º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F9A614 is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 166 | 20 | - |
| CMYK | 0 | 0.33 | 0.92 | 0.02 |
| HSL | 38.25º | 0.95% | 0.53% | - |
| HSV(B) | 38.25º | 0.92% | 0.98% | - |
| XYZ | 52.83 | 47.46 | 7.04 | - |
| YUV | 174.17 | 41 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 166 | 20 | 0 | 0.33 | 0.92 | 0.02 | 38.25 | 0.95 | 0.53 |
| Hex | F9 | A6 | 14 | 0 | 21 | 5C | 2 | 26 | 5F | 35 |
| Octal | 371 | 246 | 24 | 0 | 41 | 134 | 2 | 46 | 137 | 65 |
| Binary | 11111001 | 10100110 | 10100 | 0 | 100001 | 1011100 | 10 | 100110 | 1011111 | 110101 |
Color Harmonies of #F9A614
Complementary color
Monochromatic Colors of #F9A614
Black with #F9A614
Text Example
Text Example
White with #F9A614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A614; }
p { color: rgb(249,166,20); }
H1.HeaderClassName
{
color: #F9A614;
}
.AnyTagClassName
{
color: #F9A614;
}
</style>
background-color css
<style>
a { background-color: #F9A614; }
a { background-color: rgb(249,166,20); }
div.DivClassName
{
background-color: #F9A614;
}
.BgClassName
{
background-color: #F9A614;
}
</style>
border-color css
<style>
span { border-color: #F9A614; }
span { border-color: rgb(249,166,20); }
td.TdClassName
{
border-color: #F9A614;
}
.TagClassName
{
border-color: #F9A614;
}
</style>