Shades of Dark Tangerine #F9A00E
Tints of Dark Tangerine #F9A00E
RGB
CMYK
RGB Variations
Color information
#F9A00E (or 0xF9A00E) is known color: Dark Tangerine. HEX triplet: F9, A0 and 0E. RGB value is (249,160,14). Sum of RGB (Red+Green+Blue) = 249+160+14=423 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.87% from 423); Green value is 160 (62.89% from 255 or 37.83% from 423); Blue value is 14 (5.86% from 255 or 3.31% from 423); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A00E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9A00E is #065FF1. Grayscale: #AAAAAA. Windows color (decimal): -417778 or 958713. OLE color: 958713.
HSL color Cylindrical-coordinate representation of color #F9A00E: hue angle of 37.28º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F9A00E is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 160 | 14 | - |
| CMYK | 0 | 0.36 | 0.94 | 0.02 |
| HSL | 37.28º | 0.95% | 0.52% | - |
| HSV(B) | 37.28º | 0.94% | 0.98% | - |
| XYZ | 51.72 | 45.31 | 6.44 | - |
| YUV | 169.97 | 39.99 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 160 | 14 | 0 | 0.36 | 0.94 | 0.02 | 37.28 | 0.95 | 0.52 |
| Hex | F9 | A0 | E | 0 | 24 | 5E | 2 | 25 | 5F | 34 |
| Octal | 371 | 240 | 16 | 0 | 44 | 136 | 2 | 45 | 137 | 64 |
| Binary | 11111001 | 10100000 | 1110 | 0 | 100100 | 1011110 | 10 | 100101 | 1011111 | 110100 |
Color Harmonies of #F9A00E
Complementary color
Monochromatic Colors of #F9A00E
Black with #F9A00E
Text Example
Text Example
White with #F9A00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A00E; }
p { color: rgb(249,160,14); }
H1.HeaderClassName
{
color: #F9A00E;
}
.AnyTagClassName
{
color: #F9A00E;
}
</style>
background-color css
<style>
a { background-color: #F9A00E; }
a { background-color: rgb(249,160,14); }
div.DivClassName
{
background-color: #F9A00E;
}
.BgClassName
{
background-color: #F9A00E;
}
</style>
border-color css
<style>
span { border-color: #F9A00E; }
span { border-color: rgb(249,160,14); }
td.TdClassName
{
border-color: #F9A00E;
}
.TagClassName
{
border-color: #F9A00E;
}
</style>