Shades of Golden Yellow #FADC00
Tints of Golden Yellow #FADC00
RGB
CMYK
RGB Variations
Color information
#FADC00 (or 0xFADC00) is known color: Golden Yellow. HEX triplet: FA, DC and 00. RGB value is (250,220,0). Sum of RGB (Red+Green+Blue) = 250+220+0=470 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.19% from 470); Green value is 220 (86.33% from 255 or 46.81% from 470); Blue value is 0 (0.39% from 255 or 0% from 470); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADC00 is #0523FF. Grayscale: #CCCCCC. Windows color (decimal): -336896 or 56570. OLE color: 56570.
HSL color Cylindrical-coordinate representation of color #FADC00: hue angle of 52.8º 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 #FADC00 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 0 | - |
| CMYK | 0 | 0.12 | 1 | 0.02 |
| HSL | 52.8º | 1% | 0.49% | - |
| HSV(B) | 52.8º | 1% | 0.98% | - |
| XYZ | 65.02 | 71.51 | 10.38 | - |
| YUV | 203.89 | 12.94 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 0 | 0 | 0.12 | 1 | 0.02 | 52.8 | 1 | 0.49 |
| Hex | FA | DC | 0 | 0 | C | 64 | 2 | 35 | 64 | 31 |
| Octal | 372 | 334 | 0 | 0 | 14 | 144 | 2 | 65 | 144 | 61 |
| Binary | 11111010 | 11011100 | 0 | 0 | 1100 | 1100100 | 10 | 110101 | 1100100 | 110001 |
Color Harmonies of #FADC00
Complementary color
Monochromatic Colors of #FADC00
Black with #FADC00
Text Example
Text Example
White with #FADC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADC00; }
p { color: rgb(250,220,0); }
H1.HeaderClassName
{
color: #FADC00;
}
.AnyTagClassName
{
color: #FADC00;
}
</style>
background-color css
<style>
a { background-color: #FADC00; }
a { background-color: rgb(250,220,0); }
div.DivClassName
{
background-color: #FADC00;
}
.BgClassName
{
background-color: #FADC00;
}
</style>
border-color css
<style>
span { border-color: #FADC00; }
span { border-color: rgb(250,220,0); }
td.TdClassName
{
border-color: #FADC00;
}
.TagClassName
{
border-color: #FADC00;
}
</style>