Shades of Golden Yellow #FAE302
Tints of Golden Yellow #FAE302
RGB
CMYK
RGB Variations
Color information
#FAE302 (or 0xFAE302) is known color: Golden Yellow. HEX triplet: FA, E3 and 02. RGB value is (250,227,2). Sum of RGB (Red+Green+Blue) = 250+227+2=479 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.19% from 479); Green value is 227 (89.06% from 255 or 47.39% from 479); Blue value is 2 (1.17% from 255 or 0.42% from 479); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE302 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAE302 is #051CFD. Grayscale: #D1D1D1. Windows color (decimal): -335102 or 189434. OLE color: 189434.
HSL color Cylindrical-coordinate representation of color #FAE302: hue angle of 54.44º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FAE302 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 227 | 2 | - |
| CMYK | 0 | 0.09 | 0.99 | 0.02 |
| HSL | 54.44º | 0.98% | 0.49% | - |
| HSV(B) | 54.44º | 0.99% | 0.98% | - |
| XYZ | 66.9 | 75.27 | 11.06 | - |
| YUV | 208.23 | 11.62 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 227 | 2 | 0 | 0.09 | 0.99 | 0.02 | 54.44 | 0.98 | 0.49 |
| Hex | FA | E3 | 2 | 0 | 9 | 63 | 2 | 36 | 62 | 31 |
| Octal | 372 | 343 | 2 | 0 | 11 | 143 | 2 | 66 | 142 | 61 |
| Binary | 11111010 | 11100011 | 10 | 0 | 1001 | 1100011 | 10 | 110110 | 1100010 | 110001 |
Color Harmonies of #FAE302
Complementary color
Monochromatic Colors of #FAE302
Black with #FAE302
Text Example
Text Example
White with #FAE302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE302; }
p { color: rgb(250,227,2); }
H1.HeaderClassName
{
color: #FAE302;
}
.AnyTagClassName
{
color: #FAE302;
}
</style>
background-color css
<style>
a { background-color: #FAE302; }
a { background-color: rgb(250,227,2); }
div.DivClassName
{
background-color: #FAE302;
}
.BgClassName
{
background-color: #FAE302;
}
</style>
border-color css
<style>
span { border-color: #FAE302; }
span { border-color: rgb(250,227,2); }
td.TdClassName
{
border-color: #FAE302;
}
.TagClassName
{
border-color: #FAE302;
}
</style>