Shades of Yellow Orange #FFAE40
Tints of Yellow Orange #FFAE40
RGB
CMYK
RGB Variations
Color information
#FFAE40 (or 0xFFAE40) is known color: Yellow Orange. HEX triplet: FF, AE and 40. RGB value is (255,174,64). Sum of RGB (Red+Green+Blue) = 255+174+64=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 174 (68.36% from 255 or 35.29% from 493); Blue value is 64 (25.39% from 255 or 12.98% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAE40 is #0051BF. Grayscale: #BABABA. Windows color (decimal): -20928 or 4239103. OLE color: 4239103.
HSL color Cylindrical-coordinate representation of color #FFAE40: hue angle of 34.55º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FFAE40 is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 64 | - |
| CMYK | 0 | 0.32 | 0.75 | 0 |
| HSL | 34.55º | 1% | 0.63% | - |
| HSV(B) | 34.55º | 0.75% | 1% | - |
| XYZ | 57.3 | 51.9 | 11.85 | - |
| YUV | 185.68 | 59.34 | 177.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 64 | 0 | 0.32 | 0.75 | 0 | 34.55 | 1 | 0.63 |
| Hex | FF | AE | 40 | 0 | 20 | 4B | 0 | 23 | 64 | 3F |
| Octal | 377 | 256 | 100 | 0 | 40 | 113 | 0 | 43 | 144 | 77 |
| Binary | 11111111 | 10101110 | 1000000 | 0 | 100000 | 1001011 | 0 | 100011 | 1100100 | 111111 |
Color Harmonies of #FFAE40
Complementary color
Monochromatic Colors of #FFAE40
Black with #FFAE40
Text Example
Text Example
White with #FFAE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAE40; }
p { color: rgb(255,174,64); }
H1.HeaderClassName
{
color: #FFAE40;
}
.AnyTagClassName
{
color: #FFAE40;
}
</style>
background-color css
<style>
a { background-color: #FFAE40; }
a { background-color: rgb(255,174,64); }
div.DivClassName
{
background-color: #FFAE40;
}
.BgClassName
{
background-color: #FFAE40;
}
</style>
border-color css
<style>
span { border-color: #FFAE40; }
span { border-color: rgb(255,174,64); }
td.TdClassName
{
border-color: #FFAE40;
}
.TagClassName
{
border-color: #FFAE40;
}
</style>