Shades of Golden Yellow #FAE005
Tints of Golden Yellow #FAE005
RGB
CMYK
RGB Variations
Color information
#FAE005 (or 0xFAE005) is known color: Golden Yellow. HEX triplet: FA, E0 and 05. RGB value is (250,224,5). Sum of RGB (Red+Green+Blue) = 250+224+5=479 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.19% from 479); Green value is 224 (87.89% from 255 or 46.76% from 479); Blue value is 5 (2.34% from 255 or 1.04% from 479); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE005 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAE005 is #051FFA. Grayscale: #CFCFCF. Windows color (decimal): -335867 or 385274. OLE color: 385274.
HSL color Cylindrical-coordinate representation of color #FAE005: hue angle of 53.63º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FAE005 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 224 | 5 | - |
| CMYK | 0 | 0.10 | 0.98 | 0.02 |
| HSL | 53.63º | 0.96% | 0.5% | - |
| HSV(B) | 53.63º | 0.98% | 0.98% | - |
| XYZ | 66.11 | 73.65 | 10.87 | - |
| YUV | 206.81 | 14.11 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 224 | 5 | 0 | 0.10 | 0.98 | 0.02 | 53.63 | 0.96 | 0.5 |
| Hex | FA | E0 | 5 | 0 | A | 62 | 2 | 36 | 60 | 32 |
| Octal | 372 | 340 | 5 | 0 | 12 | 142 | 2 | 66 | 140 | 62 |
| Binary | 11111010 | 11100000 | 101 | 0 | 1010 | 1100010 | 10 | 110110 | 1100000 | 110010 |
Color Harmonies of #FAE005
Complementary color
Monochromatic Colors of #FAE005
Black with #FAE005
Text Example
Text Example
White with #FAE005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE005; }
p { color: rgb(250,224,5); }
H1.HeaderClassName
{
color: #FAE005;
}
.AnyTagClassName
{
color: #FAE005;
}
</style>
background-color css
<style>
a { background-color: #FAE005; }
a { background-color: rgb(250,224,5); }
div.DivClassName
{
background-color: #FAE005;
}
.BgClassName
{
background-color: #FAE005;
}
</style>
border-color css
<style>
span { border-color: #FAE005; }
span { border-color: rgb(250,224,5); }
td.TdClassName
{
border-color: #FAE005;
}
.TagClassName
{
border-color: #FAE005;
}
</style>