Shades of Yellow Orange #FFAE41
Tints of Yellow Orange #FFAE41
RGB
CMYK
RGB Variations
Color information
#FFAE41 (or 0xFFAE41) is known color: Yellow Orange. HEX triplet: FF, AE and 41. RGB value is (255,174,65). Sum of RGB (Red+Green+Blue) = 255+174+65=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 174 (68.36% from 255 or 35.22% from 494); Blue value is 65 (25.78% from 255 or 13.16% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE41 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAE41 is #0051BE. Grayscale: #BABABA. Windows color (decimal): -20927 or 4304639. OLE color: 4304639.
HSL color Cylindrical-coordinate representation of color #FFAE41: hue angle of 34.42º 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 #FFAE41 is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 65 | - |
| CMYK | 0 | 0.32 | 0.75 | 0 |
| HSL | 34.42º | 1% | 0.63% | - |
| HSV(B) | 34.42º | 0.75% | 1% | - |
| XYZ | 57.33 | 51.91 | 12 | - |
| YUV | 185.79 | 59.84 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 65 | 0 | 0.32 | 0.75 | 0 | 34.42 | 1 | 0.63 |
| Hex | FF | AE | 41 | 0 | 20 | 4B | 0 | 22 | 64 | 3F |
| Octal | 377 | 256 | 101 | 0 | 40 | 113 | 0 | 42 | 144 | 77 |
| Binary | 11111111 | 10101110 | 1000001 | 0 | 100000 | 1001011 | 0 | 100010 | 1100100 | 111111 |
Color Harmonies of #FFAE41
Complementary color
Monochromatic Colors of #FFAE41
Black with #FFAE41
Text Example
Text Example
White with #FFAE41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAE41; }
p { color: rgb(255,174,65); }
H1.HeaderClassName
{
color: #FFAE41;
}
.AnyTagClassName
{
color: #FFAE41;
}
</style>
background-color css
<style>
a { background-color: #FFAE41; }
a { background-color: rgb(255,174,65); }
div.DivClassName
{
background-color: #FFAE41;
}
.BgClassName
{
background-color: #FFAE41;
}
</style>
border-color css
<style>
span { border-color: #FFAE41; }
span { border-color: rgb(255,174,65); }
td.TdClassName
{
border-color: #FFAE41;
}
.TagClassName
{
border-color: #FFAE41;
}
</style>