Shades of Orange #FFAE04
Tints of Orange #FFAE04
RGB
CMYK
RGB Variations
Color information
#FFAE04 (or 0xFFAE04) is known color: Orange. HEX triplet: FF, AE and 04. RGB value is (255,174,4). Sum of RGB (Red+Green+Blue) = 255+174+4=433 (57% of max value = 765). Red value is 255 (100% from 255 or 58.89% from 433); Green value is 174 (68.36% from 255 or 40.18% from 433); Blue value is 4 (1.95% from 255 or 0.92% from 433); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAE04 is #0051FB. Grayscale: #B3B3B3. Windows color (decimal): -20988 or 306943. OLE color: 306943.
HSL color Cylindrical-coordinate representation of color #FFAE04: hue angle of 40.64º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FFAE04 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 4 | - |
| CMYK | 0 | 0.32 | 0.98 | 0 |
| HSL | 40.64º | 1% | 0.51% | - |
| HSV(B) | 40.64º | 0.98% | 1% | - |
| XYZ | 56.4 | 51.54 | 7.09 | - |
| YUV | 178.84 | 29.34 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 4 | 0 | 0.32 | 0.98 | 0 | 40.64 | 1 | 0.51 |
| Hex | FF | AE | 4 | 0 | 20 | 62 | 0 | 29 | 64 | 33 |
| Octal | 377 | 256 | 4 | 0 | 40 | 142 | 0 | 51 | 144 | 63 |
| Binary | 11111111 | 10101110 | 100 | 0 | 100000 | 1100010 | 0 | 101001 | 1100100 | 110011 |
Color Harmonies of #FFAE04
Complementary color
Monochromatic Colors of #FFAE04
Black with #FFAE04
Text Example
Text Example
White with #FFAE04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAE04; }
p { color: rgb(255,174,4); }
H1.HeaderClassName
{
color: #FFAE04;
}
.AnyTagClassName
{
color: #FFAE04;
}
</style>
background-color css
<style>
a { background-color: #FFAE04; }
a { background-color: rgb(255,174,4); }
div.DivClassName
{
background-color: #FFAE04;
}
.BgClassName
{
background-color: #FFAE04;
}
</style>
border-color css
<style>
span { border-color: #FFAE04; }
span { border-color: rgb(255,174,4); }
td.TdClassName
{
border-color: #FFAE04;
}
.TagClassName
{
border-color: #FFAE04;
}
</style>