Shades of Golden Yellow #FAE000
Tints of Golden Yellow #FAE000
RGB
CMYK
RGB Variations
Color information
#FAE000 (or 0xFAE000) is known color: Golden Yellow. HEX triplet: FA, E0 and 00. RGB value is (250,224,0). Sum of RGB (Red+Green+Blue) = 250+224+0=474 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.74% from 474); Green value is 224 (87.89% from 255 or 47.26% from 474); Blue value is 0 (0.39% from 255 or 0% from 474); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE000 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAE000 is #051FFF. Grayscale: #CFCFCF. Windows color (decimal): -335872 or 57594. OLE color: 57594.
HSL color Cylindrical-coordinate representation of color #FAE000: hue angle of 53.76º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FAE000 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 224 | 0 | - |
| CMYK | 0 | 0.10 | 1 | 0.02 |
| HSL | 53.76º | 1% | 0.49% | - |
| HSV(B) | 53.76º | 1% | 0.98% | - |
| XYZ | 66.08 | 73.64 | 10.73 | - |
| YUV | 206.24 | 11.61 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 224 | 0 | 0 | 0.10 | 1 | 0.02 | 53.76 | 1 | 0.49 |
| Hex | FA | E0 | 0 | 0 | A | 64 | 2 | 36 | 64 | 31 |
| Octal | 372 | 340 | 0 | 0 | 12 | 144 | 2 | 66 | 144 | 61 |
| Binary | 11111010 | 11100000 | 0 | 0 | 1010 | 1100100 | 10 | 110110 | 1100100 | 110001 |
Color Harmonies of #FAE000
Complementary color
Monochromatic Colors of #FAE000
Black with #FAE000
Text Example
Text Example
White with #FAE000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE000; }
p { color: rgb(250,224,0); }
H1.HeaderClassName
{
color: #FAE000;
}
.AnyTagClassName
{
color: #FAE000;
}
</style>
background-color css
<style>
a { background-color: #FAE000; }
a { background-color: rgb(250,224,0); }
div.DivClassName
{
background-color: #FAE000;
}
.BgClassName
{
background-color: #FAE000;
}
</style>
border-color css
<style>
span { border-color: #FAE000; }
span { border-color: rgb(250,224,0); }
td.TdClassName
{
border-color: #FAE000;
}
.TagClassName
{
border-color: #FAE000;
}
</style>