Shades of Dark Tangerine #FFAE17
Tints of Dark Tangerine #FFAE17
RGB
CMYK
RGB Variations
Color information
#FFAE17 (or 0xFFAE17) is known color: Dark Tangerine. HEX triplet: FF, AE and 17. RGB value is (255,174,23). Sum of RGB (Red+Green+Blue) = 255+174+23=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 174 (68.36% from 255 or 38.50% from 452); Blue value is 23 (9.38% from 255 or 5.09% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE17 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAE17 is #0051E8. Grayscale: #B5B5B5. Windows color (decimal): -20969 or 1552127. OLE color: 1552127.
HSL color Cylindrical-coordinate representation of color #FFAE17: hue angle of 39.05º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FFAE17 is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 23 | - |
| CMYK | 0 | 0.32 | 0.91 | 0 |
| HSL | 39.05º | 1% | 0.55% | - |
| HSV(B) | 39.05º | 0.91% | 1% | - |
| XYZ | 56.53 | 51.59 | 7.79 | - |
| YUV | 181.01 | 38.84 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 23 | 0 | 0.32 | 0.91 | 0 | 39.05 | 1 | 0.55 |
| Hex | FF | AE | 17 | 0 | 20 | 5B | 0 | 27 | 64 | 37 |
| Octal | 377 | 256 | 27 | 0 | 40 | 133 | 0 | 47 | 144 | 67 |
| Binary | 11111111 | 10101110 | 10111 | 0 | 100000 | 1011011 | 0 | 100111 | 1100100 | 110111 |
Color Harmonies of #FFAE17
Complementary color
Monochromatic Colors of #FFAE17
Black with #FFAE17
Text Example
Text Example
White with #FFAE17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAE17; }
p { color: rgb(255,174,23); }
H1.HeaderClassName
{
color: #FFAE17;
}
.AnyTagClassName
{
color: #FFAE17;
}
</style>
background-color css
<style>
a { background-color: #FFAE17; }
a { background-color: rgb(255,174,23); }
div.DivClassName
{
background-color: #FFAE17;
}
.BgClassName
{
background-color: #FFAE17;
}
</style>
border-color css
<style>
span { border-color: #FFAE17; }
span { border-color: rgb(255,174,23); }
td.TdClassName
{
border-color: #FFAE17;
}
.TagClassName
{
border-color: #FFAE17;
}
</style>