Shades of Golden Yellow #FADC09
Tints of Golden Yellow #FADC09
RGB
CMYK
RGB Variations
Color information
#FADC09 (or 0xFADC09) is known color: Golden Yellow. HEX triplet: FA, DC and 09. RGB value is (250,220,9). Sum of RGB (Red+Green+Blue) = 250+220+9=479 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.19% from 479); Green value is 220 (86.33% from 255 or 45.93% from 479); Blue value is 9 (3.91% from 255 or 1.88% from 479); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADC09 is #0523F6. Grayscale: #CDCDCD. Windows color (decimal): -336887 or 646394. OLE color: 646394.
HSL color Cylindrical-coordinate representation of color #FADC09: hue angle of 52.53º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FADC09 is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 9 | - |
| CMYK | 0 | 0.12 | 0.96 | 0.02 |
| HSL | 52.53º | 0.96% | 0.51% | - |
| HSV(B) | 52.53º | 0.96% | 0.98% | - |
| XYZ | 65.07 | 71.53 | 10.64 | - |
| YUV | 204.92 | 17.44 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 9 | 0 | 0.12 | 0.96 | 0.02 | 52.53 | 0.96 | 0.51 |
| Hex | FA | DC | 9 | 0 | C | 60 | 2 | 35 | 60 | 33 |
| Octal | 372 | 334 | 11 | 0 | 14 | 140 | 2 | 65 | 140 | 63 |
| Binary | 11111010 | 11011100 | 1001 | 0 | 1100 | 1100000 | 10 | 110101 | 1100000 | 110011 |
Color Harmonies of #FADC09
Complementary color
Monochromatic Colors of #FADC09
Black with #FADC09
Text Example
Text Example
White with #FADC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADC09; }
p { color: rgb(250,220,9); }
H1.HeaderClassName
{
color: #FADC09;
}
.AnyTagClassName
{
color: #FADC09;
}
</style>
background-color css
<style>
a { background-color: #FADC09; }
a { background-color: rgb(250,220,9); }
div.DivClassName
{
background-color: #FADC09;
}
.BgClassName
{
background-color: #FADC09;
}
</style>
border-color css
<style>
span { border-color: #FADC09; }
span { border-color: rgb(250,220,9); }
td.TdClassName
{
border-color: #FADC09;
}
.TagClassName
{
border-color: #FADC09;
}
</style>