Shades of Golden Yellow #FAE503
Tints of Golden Yellow #FAE503
RGB
CMYK
RGB Variations
Color information
#FAE503 (or 0xFAE503) is known color: Golden Yellow. HEX triplet: FA, E5 and 03. RGB value is (250,229,3). Sum of RGB (Red+Green+Blue) = 250+229+3=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 229 (89.84% from 255 or 47.51% from 482); Blue value is 3 (1.56% from 255 or 0.62% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE503 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAE503 is #051AFC. Grayscale: #D2D2D2. Windows color (decimal): -334589 or 255482. OLE color: 255482.
HSL color Cylindrical-coordinate representation of color #FAE503: hue angle of 54.9º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FAE503 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 229 | 3 | - |
| CMYK | 0 | 0.08 | 0.99 | 0.02 |
| HSL | 54.9º | 0.98% | 0.5% | - |
| HSV(B) | 54.9º | 0.99% | 0.98% | - |
| XYZ | 67.46 | 76.37 | 11.27 | - |
| YUV | 209.52 | 11.46 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 229 | 3 | 0 | 0.08 | 0.99 | 0.02 | 54.9 | 0.98 | 0.5 |
| Hex | FA | E5 | 3 | 0 | 8 | 63 | 2 | 37 | 62 | 32 |
| Octal | 372 | 345 | 3 | 0 | 10 | 143 | 2 | 67 | 142 | 62 |
| Binary | 11111010 | 11100101 | 11 | 0 | 1000 | 1100011 | 10 | 110111 | 1100010 | 110010 |
Color Harmonies of #FAE503
Complementary color
Monochromatic Colors of #FAE503
Black with #FAE503
Text Example
Text Example
White with #FAE503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE503; }
p { color: rgb(250,229,3); }
H1.HeaderClassName
{
color: #FAE503;
}
.AnyTagClassName
{
color: #FAE503;
}
</style>
background-color css
<style>
a { background-color: #FAE503; }
a { background-color: rgb(250,229,3); }
div.DivClassName
{
background-color: #FAE503;
}
.BgClassName
{
background-color: #FAE503;
}
</style>
border-color css
<style>
span { border-color: #FAE503; }
span { border-color: rgb(250,229,3); }
td.TdClassName
{
border-color: #FAE503;
}
.TagClassName
{
border-color: #FAE503;
}
</style>