Shades of Dark Tangerine #FFAE15
Tints of Dark Tangerine #FFAE15
RGB
CMYK
RGB Variations
Color information
#FFAE15 (or 0xFFAE15) is known color: Dark Tangerine. HEX triplet: FF, AE and 15. RGB value is (255,174,21). Sum of RGB (Red+Green+Blue) = 255+174+21=450 (59% of max value = 765). Red value is 255 (100% from 255 or 56.67% from 450); Green value is 174 (68.36% from 255 or 38.67% from 450); Blue value is 21 (8.59% from 255 or 4.67% from 450); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAE15 is #0051EA. Grayscale: #B5B5B5. Windows color (decimal): -20971 or 1421055. OLE color: 1421055.
HSL color Cylindrical-coordinate representation of color #FFAE15: hue angle of 39.23º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FFAE15 is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 21 | - |
| CMYK | 0 | 0.32 | 0.92 | 0 |
| HSL | 39.23º | 1% | 0.54% | - |
| HSV(B) | 39.23º | 0.92% | 1% | - |
| XYZ | 56.51 | 51.59 | 7.69 | - |
| YUV | 180.78 | 37.84 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 21 | 0 | 0.32 | 0.92 | 0 | 39.23 | 1 | 0.54 |
| Hex | FF | AE | 15 | 0 | 20 | 5C | 0 | 27 | 64 | 36 |
| Octal | 377 | 256 | 25 | 0 | 40 | 134 | 0 | 47 | 144 | 66 |
| Binary | 11111111 | 10101110 | 10101 | 0 | 100000 | 1011100 | 0 | 100111 | 1100100 | 110110 |
Color Harmonies of #FFAE15
Complementary color
Monochromatic Colors of #FFAE15
Black with #FFAE15
Text Example
Text Example
White with #FFAE15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAE15; }
p { color: rgb(255,174,21); }
H1.HeaderClassName
{
color: #FFAE15;
}
.AnyTagClassName
{
color: #FFAE15;
}
</style>
background-color css
<style>
a { background-color: #FFAE15; }
a { background-color: rgb(255,174,21); }
div.DivClassName
{
background-color: #FFAE15;
}
.BgClassName
{
background-color: #FFAE15;
}
</style>
border-color css
<style>
span { border-color: #FFAE15; }
span { border-color: rgb(255,174,21); }
td.TdClassName
{
border-color: #FFAE15;
}
.TagClassName
{
border-color: #FFAE15;
}
</style>