Shades of Dark Tangerine #FFAE20
Tints of Dark Tangerine #FFAE20
RGB
CMYK
RGB Variations
Color information
#FFAE20 (or 0xFFAE20) is known color: Dark Tangerine. HEX triplet: FF, AE and 20. RGB value is (255,174,32). Sum of RGB (Red+Green+Blue) = 255+174+32=461 (61% of max value = 765). Red value is 255 (100% from 255 or 55.31% from 461); Green value is 174 (68.36% from 255 or 37.74% from 461); Blue value is 32 (12.89% from 255 or 6.94% from 461); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAE20 is #0051DF. Grayscale: #B6B6B6. Windows color (decimal): -20960 or 2141951. OLE color: 2141951.
HSL color Cylindrical-coordinate representation of color #FFAE20: hue angle of 38.21º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FFAE20 is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 32 | - |
| CMYK | 0 | 0.32 | 0.87 | 0 |
| HSL | 38.21º | 1% | 0.56% | - |
| HSV(B) | 38.21º | 0.87% | 1% | - |
| XYZ | 56.64 | 51.64 | 8.35 | - |
| YUV | 182.03 | 43.34 | 180.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 32 | 0 | 0.32 | 0.87 | 0 | 38.21 | 1 | 0.56 |
| Hex | FF | AE | 20 | 0 | 20 | 57 | 0 | 26 | 64 | 38 |
| Octal | 377 | 256 | 40 | 0 | 40 | 127 | 0 | 46 | 144 | 70 |
| Binary | 11111111 | 10101110 | 100000 | 0 | 100000 | 1010111 | 0 | 100110 | 1100100 | 111000 |
Color Harmonies of #FFAE20
Complementary color
Monochromatic Colors of #FFAE20
Black with #FFAE20
Text Example
Text Example
White with #FFAE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAE20; }
p { color: rgb(255,174,32); }
H1.HeaderClassName
{
color: #FFAE20;
}
.AnyTagClassName
{
color: #FFAE20;
}
</style>
background-color css
<style>
a { background-color: #FFAE20; }
a { background-color: rgb(255,174,32); }
div.DivClassName
{
background-color: #FFAE20;
}
.BgClassName
{
background-color: #FFAE20;
}
</style>
border-color css
<style>
span { border-color: #FFAE20; }
span { border-color: rgb(255,174,32); }
td.TdClassName
{
border-color: #FFAE20;
}
.TagClassName
{
border-color: #FFAE20;
}
</style>