Shades of Orange #FFAE03
Tints of Orange #FFAE03
RGB
CMYK
RGB Variations
Color information
#FFAE03 (or 0xFFAE03) is known color: Orange. HEX triplet: FF, AE and 03. RGB value is (255,174,3). Sum of RGB (Red+Green+Blue) = 255+174+3=432 (57% of max value = 765). Red value is 255 (100% from 255 or 59.03% from 432); Green value is 174 (68.36% from 255 or 40.28% from 432); Blue value is 3 (1.56% from 255 or 0.69% from 432); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE03 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAE03 is #0051FC. Grayscale: #B3B3B3. Windows color (decimal): -20989 or 241407. OLE color: 241407.
HSL color Cylindrical-coordinate representation of color #FFAE03: hue angle of 40.71º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FFAE03 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 3 | - |
| CMYK | 0 | 0.32 | 0.99 | 0 |
| HSL | 40.71º | 1% | 0.51% | - |
| HSV(B) | 40.71º | 0.99% | 1% | - |
| XYZ | 56.39 | 51.54 | 7.06 | - |
| YUV | 178.73 | 28.84 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 3 | 0 | 0.32 | 0.99 | 0 | 40.71 | 1 | 0.51 |
| Hex | FF | AE | 3 | 0 | 20 | 63 | 0 | 29 | 64 | 33 |
| Octal | 377 | 256 | 3 | 0 | 40 | 143 | 0 | 51 | 144 | 63 |
| Binary | 11111111 | 10101110 | 11 | 0 | 100000 | 1100011 | 0 | 101001 | 1100100 | 110011 |
Color Harmonies of #FFAE03
Complementary color
Monochromatic Colors of #FFAE03
Black with #FFAE03
Text Example
Text Example
White with #FFAE03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAE03; }
p { color: rgb(255,174,3); }
H1.HeaderClassName
{
color: #FFAE03;
}
.AnyTagClassName
{
color: #FFAE03;
}
</style>
background-color css
<style>
a { background-color: #FFAE03; }
a { background-color: rgb(255,174,3); }
div.DivClassName
{
background-color: #FFAE03;
}
.BgClassName
{
background-color: #FFAE03;
}
</style>
border-color css
<style>
span { border-color: #FFAE03; }
span { border-color: rgb(255,174,3); }
td.TdClassName
{
border-color: #FFAE03;
}
.TagClassName
{
border-color: #FFAE03;
}
</style>