Shades of Dark Tangerine #F9A613
Tints of Dark Tangerine #F9A613
RGB
CMYK
RGB Variations
Color information
#F9A613 (or 0xF9A613) is known color: Dark Tangerine. HEX triplet: F9, A6 and 13. RGB value is (249,166,19). Sum of RGB (Red+Green+Blue) = 249+166+19=434 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.37% from 434); Green value is 166 (65.23% from 255 or 38.25% from 434); Blue value is 19 (7.81% from 255 or 4.38% from 434); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A613 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9A613 is #0659EC. Grayscale: #AEAEAE. Windows color (decimal): -416237 or 1287929. OLE color: 1287929.
HSL color Cylindrical-coordinate representation of color #F9A613: hue angle of 38.35º 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 #F9A613 is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 166 | 19 | - |
| CMYK | 0 | 0.33 | 0.92 | 0.02 |
| HSL | 38.35º | 0.95% | 0.53% | - |
| HSV(B) | 38.35º | 0.92% | 0.98% | - |
| XYZ | 52.82 | 47.46 | 6.99 | - |
| YUV | 174.06 | 40.5 | 181.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 166 | 19 | 0 | 0.33 | 0.92 | 0.02 | 38.35 | 0.95 | 0.53 |
| Hex | F9 | A6 | 13 | 0 | 21 | 5C | 2 | 26 | 5F | 35 |
| Octal | 371 | 246 | 23 | 0 | 41 | 134 | 2 | 46 | 137 | 65 |
| Binary | 11111001 | 10100110 | 10011 | 0 | 100001 | 1011100 | 10 | 100110 | 1011111 | 110101 |
Color Harmonies of #F9A613
Complementary color
Monochromatic Colors of #F9A613
Black with #F9A613
Text Example
Text Example
White with #F9A613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A613; }
p { color: rgb(249,166,19); }
H1.HeaderClassName
{
color: #F9A613;
}
.AnyTagClassName
{
color: #F9A613;
}
</style>
background-color css
<style>
a { background-color: #F9A613; }
a { background-color: rgb(249,166,19); }
div.DivClassName
{
background-color: #F9A613;
}
.BgClassName
{
background-color: #F9A613;
}
</style>
border-color css
<style>
span { border-color: #F9A613; }
span { border-color: rgb(249,166,19); }
td.TdClassName
{
border-color: #F9A613;
}
.TagClassName
{
border-color: #F9A613;
}
</style>