Shades of Golden Yellow #FAE006
Tints of Golden Yellow #FAE006
RGB
CMYK
RGB Variations
Color information
#FAE006 (or 0xFAE006) is known color: Golden Yellow. HEX triplet: FA, E0 and 06. RGB value is (250,224,6). Sum of RGB (Red+Green+Blue) = 250+224+6=480 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.08% from 480); Green value is 224 (87.89% from 255 or 46.67% from 480); Blue value is 6 (2.73% from 255 or 1.25% from 480); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE006 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAE006 is #051FF9. Grayscale: #CFCFCF. Windows color (decimal): -335866 or 450810. OLE color: 450810.
HSL color Cylindrical-coordinate representation of color #FAE006: hue angle of 53.61º 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 #FAE006 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 224 | 6 | - |
| CMYK | 0 | 0.10 | 0.98 | 0.02 |
| HSL | 53.61º | 0.96% | 0.5% | - |
| HSV(B) | 53.61º | 0.98% | 0.98% | - |
| XYZ | 66.11 | 73.65 | 10.9 | - |
| YUV | 206.92 | 14.61 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 224 | 6 | 0 | 0.10 | 0.98 | 0.02 | 53.61 | 0.96 | 0.5 |
| Hex | FA | E0 | 6 | 0 | A | 62 | 2 | 36 | 60 | 32 |
| Octal | 372 | 340 | 6 | 0 | 12 | 142 | 2 | 66 | 140 | 62 |
| Binary | 11111010 | 11100000 | 110 | 0 | 1010 | 1100010 | 10 | 110110 | 1100000 | 110010 |
Color Harmonies of #FAE006
Complementary color
Monochromatic Colors of #FAE006
Black with #FAE006
Text Example
Text Example
White with #FAE006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE006; }
p { color: rgb(250,224,6); }
H1.HeaderClassName
{
color: #FAE006;
}
.AnyTagClassName
{
color: #FAE006;
}
</style>
background-color css
<style>
a { background-color: #FAE006; }
a { background-color: rgb(250,224,6); }
div.DivClassName
{
background-color: #FAE006;
}
.BgClassName
{
background-color: #FAE006;
}
</style>
border-color css
<style>
span { border-color: #FAE006; }
span { border-color: rgb(250,224,6); }
td.TdClassName
{
border-color: #FAE006;
}
.TagClassName
{
border-color: #FAE006;
}
</style>