Shades of Golden Yellow #FADC04
Tints of Golden Yellow #FADC04
RGB
CMYK
RGB Variations
Color information
#FADC04 (or 0xFADC04) is known color: Golden Yellow. HEX triplet: FA, DC and 04. RGB value is (250,220,4). Sum of RGB (Red+Green+Blue) = 250+220+4=474 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.74% from 474); Green value is 220 (86.33% from 255 or 46.41% from 474); Blue value is 4 (1.95% from 255 or 0.84% from 474); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADC04 is #0523FB. Grayscale: #CDCDCD. Windows color (decimal): -336892 or 318714. OLE color: 318714.
HSL color Cylindrical-coordinate representation of color #FADC04: hue angle of 52.68º degrees, saturation: 0.97, 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 #FADC04 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 4 | - |
| CMYK | 0 | 0.12 | 0.98 | 0.02 |
| HSL | 52.68º | 0.97% | 0.5% | - |
| HSV(B) | 52.68º | 0.98% | 0.98% | - |
| XYZ | 65.04 | 71.52 | 10.49 | - |
| YUV | 204.35 | 14.94 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 4 | 0 | 0.12 | 0.98 | 0.02 | 52.68 | 0.97 | 0.5 |
| Hex | FA | DC | 4 | 0 | C | 62 | 2 | 35 | 61 | 32 |
| Octal | 372 | 334 | 4 | 0 | 14 | 142 | 2 | 65 | 141 | 62 |
| Binary | 11111010 | 11011100 | 100 | 0 | 1100 | 1100010 | 10 | 110101 | 1100001 | 110010 |
Color Harmonies of #FADC04
Complementary color
Monochromatic Colors of #FADC04
Black with #FADC04
Text Example
Text Example
White with #FADC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADC04; }
p { color: rgb(250,220,4); }
H1.HeaderClassName
{
color: #FADC04;
}
.AnyTagClassName
{
color: #FADC04;
}
</style>
background-color css
<style>
a { background-color: #FADC04; }
a { background-color: rgb(250,220,4); }
div.DivClassName
{
background-color: #FADC04;
}
.BgClassName
{
background-color: #FADC04;
}
</style>
border-color css
<style>
span { border-color: #FADC04; }
span { border-color: rgb(250,220,4); }
td.TdClassName
{
border-color: #FADC04;
}
.TagClassName
{
border-color: #FADC04;
}
</style>