Shades of Golden Yellow #FAE803
Tints of Golden Yellow #FAE803
RGB
CMYK
RGB Variations
Color information
#FAE803 (or 0xFAE803) is known color: Golden Yellow. HEX triplet: FA, E8 and 03. RGB value is (250,232,3). Sum of RGB (Red+Green+Blue) = 250+232+3=485 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.55% from 485); Green value is 232 (91.02% from 255 or 47.84% from 485); Blue value is 3 (1.56% from 255 or 0.62% from 485); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE803 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAE803 is #0517FC. Grayscale: #D4D4D4. Windows color (decimal): -333821 or 256250. OLE color: 256250.
HSL color Cylindrical-coordinate representation of color #FAE803: hue angle of 55.63º 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 #FAE803 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 232 | 3 | - |
| CMYK | 0 | 0.07 | 0.99 | 0.02 |
| HSL | 55.63º | 0.98% | 0.5% | - |
| HSV(B) | 55.63º | 0.99% | 0.98% | - |
| XYZ | 68.3 | 78.04 | 11.55 | - |
| YUV | 211.28 | 10.46 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 232 | 3 | 0 | 0.07 | 0.99 | 0.02 | 55.63 | 0.98 | 0.5 |
| Hex | FA | E8 | 3 | 0 | 7 | 63 | 2 | 38 | 62 | 32 |
| Octal | 372 | 350 | 3 | 0 | 7 | 143 | 2 | 70 | 142 | 62 |
| Binary | 11111010 | 11101000 | 11 | 0 | 111 | 1100011 | 10 | 111000 | 1100010 | 110010 |
Color Harmonies of #FAE803
Complementary color
Monochromatic Colors of #FAE803
Black with #FAE803
Text Example
Text Example
White with #FAE803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE803; }
p { color: rgb(250,232,3); }
H1.HeaderClassName
{
color: #FAE803;
}
.AnyTagClassName
{
color: #FAE803;
}
</style>
background-color css
<style>
a { background-color: #FAE803; }
a { background-color: rgb(250,232,3); }
div.DivClassName
{
background-color: #FAE803;
}
.BgClassName
{
background-color: #FAE803;
}
</style>
border-color css
<style>
span { border-color: #FAE803; }
span { border-color: rgb(250,232,3); }
td.TdClassName
{
border-color: #FAE803;
}
.TagClassName
{
border-color: #FAE803;
}
</style>