Shades of Dark Tangerine #FFA00E
Tints of Dark Tangerine #FFA00E
RGB
CMYK
RGB Variations
Color information
#FFA00E (or 0xFFA00E) is known color: Dark Tangerine. HEX triplet: FF, A0 and 0E. RGB value is (255,160,14). Sum of RGB (Red+Green+Blue) = 255+160+14=429 (56% of max value = 765). Red value is 255 (100% from 255 or 59.44% from 429); Green value is 160 (62.89% from 255 or 37.30% from 429); Blue value is 14 (5.86% from 255 or 3.26% from 429); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA00E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA00E is #005FF1. Grayscale: #ACACAC. Windows color (decimal): -24562 or 958719. OLE color: 958719.
HSL color Cylindrical-coordinate representation of color #FFA00E: hue angle of 36.35º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FFA00E is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 14 | - |
| CMYK | 0 | 0.37 | 0.95 | 0 |
| HSL | 36.35º | 1% | 0.53% | - |
| HSV(B) | 36.35º | 0.95% | 1% | - |
| XYZ | 53.89 | 46.43 | 6.54 | - |
| YUV | 171.76 | 38.97 | 187.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 14 | 0 | 0.37 | 0.95 | 0 | 36.35 | 1 | 0.53 |
| Hex | FF | A0 | E | 0 | 25 | 5F | 0 | 24 | 64 | 35 |
| Octal | 377 | 240 | 16 | 0 | 45 | 137 | 0 | 44 | 144 | 65 |
| Binary | 11111111 | 10100000 | 1110 | 0 | 100101 | 1011111 | 0 | 100100 | 1100100 | 110101 |
Color Harmonies of #FFA00E
Complementary color
Monochromatic Colors of #FFA00E
Black with #FFA00E
Text Example
Text Example
White with #FFA00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA00E; }
p { color: rgb(255,160,14); }
H1.HeaderClassName
{
color: #FFA00E;
}
.AnyTagClassName
{
color: #FFA00E;
}
</style>
background-color css
<style>
a { background-color: #FFA00E; }
a { background-color: rgb(255,160,14); }
div.DivClassName
{
background-color: #FFA00E;
}
.BgClassName
{
background-color: #FFA00E;
}
</style>
border-color css
<style>
span { border-color: #FFA00E; }
span { border-color: rgb(255,160,14); }
td.TdClassName
{
border-color: #FFA00E;
}
.TagClassName
{
border-color: #FFA00E;
}
</style>