Shades of Dark Tangerine #FFAE0E
Tints of Dark Tangerine #FFAE0E
RGB
CMYK
RGB Variations
Color information
#FFAE0E (or 0xFFAE0E) is known color: Dark Tangerine. HEX triplet: FF, AE and 0E. RGB value is (255,174,14). Sum of RGB (Red+Green+Blue) = 255+174+14=443 (58% of max value = 765). Red value is 255 (100% from 255 or 57.56% from 443); Green value is 174 (68.36% from 255 or 39.28% from 443); Blue value is 14 (5.86% from 255 or 3.16% from 443); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAE0E is #0051F1. Grayscale: #B4B4B4. Windows color (decimal): -20978 or 962303. OLE color: 962303.
HSL color Cylindrical-coordinate representation of color #FFAE0E: hue angle of 39.83º 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 #FFAE0E is Cyan = 0, Magento = 0.32, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 14 | - |
| CMYK | 0 | 0.32 | 0.95 | 0 |
| HSL | 39.83º | 1% | 0.53% | - |
| HSV(B) | 39.83º | 0.95% | 1% | - |
| XYZ | 56.46 | 51.56 | 7.39 | - |
| YUV | 179.98 | 34.34 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 14 | 0 | 0.32 | 0.95 | 0 | 39.83 | 1 | 0.53 |
| Hex | FF | AE | E | 0 | 20 | 5F | 0 | 28 | 64 | 35 |
| Octal | 377 | 256 | 16 | 0 | 40 | 137 | 0 | 50 | 144 | 65 |
| Binary | 11111111 | 10101110 | 1110 | 0 | 100000 | 1011111 | 0 | 101000 | 1100100 | 110101 |
Color Harmonies of #FFAE0E
Complementary color
Monochromatic Colors of #FFAE0E
Black with #FFAE0E
Text Example
Text Example
White with #FFAE0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAE0E; }
p { color: rgb(255,174,14); }
H1.HeaderClassName
{
color: #FFAE0E;
}
.AnyTagClassName
{
color: #FFAE0E;
}
</style>
background-color css
<style>
a { background-color: #FFAE0E; }
a { background-color: rgb(255,174,14); }
div.DivClassName
{
background-color: #FFAE0E;
}
.BgClassName
{
background-color: #FFAE0E;
}
</style>
border-color css
<style>
span { border-color: #FFAE0E; }
span { border-color: rgb(255,174,14); }
td.TdClassName
{
border-color: #FFAE0E;
}
.TagClassName
{
border-color: #FFAE0E;
}
</style>