Shades of Golden Yellow #FAEA00
Tints of Golden Yellow #FAEA00
RGB
CMYK
RGB Variations
Color information
#FAEA00 (or 0xFAEA00) is known color: Golden Yellow. HEX triplet: FA, EA and 00. RGB value is (250,234,0). Sum of RGB (Red+Green+Blue) = 250+234+0=484 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.65% from 484); Green value is 234 (91.80% from 255 or 48.35% from 484); Blue value is 0 (0.39% from 255 or 0% from 484); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEA00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAEA00 is #0515FF. Grayscale: #D5D5D5. Windows color (decimal): -333312 or 60154. OLE color: 60154.
HSL color Cylindrical-coordinate representation of color #FAEA00: hue angle of 56.16º 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 #FAEA00 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 234 | 0 | - |
| CMYK | 0 | 0.06 | 1 | 0.02 |
| HSL | 56.16º | 1% | 0.49% | - |
| HSV(B) | 56.16º | 1% | 0.98% | - |
| XYZ | 68.85 | 79.17 | 11.65 | - |
| YUV | 212.11 | 8.3 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 234 | 0 | 0 | 0.06 | 1 | 0.02 | 56.16 | 1 | 0.49 |
| Hex | FA | EA | 0 | 0 | 6 | 64 | 2 | 38 | 64 | 31 |
| Octal | 372 | 352 | 0 | 0 | 6 | 144 | 2 | 70 | 144 | 61 |
| Binary | 11111010 | 11101010 | 0 | 0 | 110 | 1100100 | 10 | 111000 | 1100100 | 110001 |
Color Harmonies of #FAEA00
Complementary color
Monochromatic Colors of #FAEA00
Black with #FAEA00
Text Example
Text Example
White with #FAEA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEA00; }
p { color: rgb(250,234,0); }
H1.HeaderClassName
{
color: #FAEA00;
}
.AnyTagClassName
{
color: #FAEA00;
}
</style>
background-color css
<style>
a { background-color: #FAEA00; }
a { background-color: rgb(250,234,0); }
div.DivClassName
{
background-color: #FAEA00;
}
.BgClassName
{
background-color: #FAEA00;
}
</style>
border-color css
<style>
span { border-color: #FAEA00; }
span { border-color: rgb(250,234,0); }
td.TdClassName
{
border-color: #FAEA00;
}
.TagClassName
{
border-color: #FAEA00;
}
</style>