Shades of Golden Yellow #FADC06
Tints of Golden Yellow #FADC06
RGB
CMYK
RGB Variations
Color information
#FADC06 (or 0xFADC06) is known color: Golden Yellow. HEX triplet: FA, DC and 06. RGB value is (250,220,6). Sum of RGB (Red+Green+Blue) = 250+220+6=476 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.52% from 476); Green value is 220 (86.33% from 255 or 46.22% from 476); Blue value is 6 (2.73% from 255 or 1.26% from 476); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADC06 is #0523F9. Grayscale: #CDCDCD. Windows color (decimal): -336890 or 449786. OLE color: 449786.
HSL color Cylindrical-coordinate representation of color #FADC06: hue angle of 52.62º degrees, saturation: 0.96, 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 #FADC06 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 6 | - |
| CMYK | 0 | 0.12 | 0.98 | 0.02 |
| HSL | 52.62º | 0.96% | 0.5% | - |
| HSV(B) | 52.62º | 0.98% | 0.98% | - |
| XYZ | 65.05 | 71.52 | 10.55 | - |
| YUV | 204.57 | 15.94 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 6 | 0 | 0.12 | 0.98 | 0.02 | 52.62 | 0.96 | 0.5 |
| Hex | FA | DC | 6 | 0 | C | 62 | 2 | 35 | 60 | 32 |
| Octal | 372 | 334 | 6 | 0 | 14 | 142 | 2 | 65 | 140 | 62 |
| Binary | 11111010 | 11011100 | 110 | 0 | 1100 | 1100010 | 10 | 110101 | 1100000 | 110010 |
Color Harmonies of #FADC06
Complementary color
Monochromatic Colors of #FADC06
Black with #FADC06
Text Example
Text Example
White with #FADC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADC06; }
p { color: rgb(250,220,6); }
H1.HeaderClassName
{
color: #FADC06;
}
.AnyTagClassName
{
color: #FADC06;
}
</style>
background-color css
<style>
a { background-color: #FADC06; }
a { background-color: rgb(250,220,6); }
div.DivClassName
{
background-color: #FADC06;
}
.BgClassName
{
background-color: #FADC06;
}
</style>
border-color css
<style>
span { border-color: #FADC06; }
span { border-color: rgb(250,220,6); }
td.TdClassName
{
border-color: #FADC06;
}
.TagClassName
{
border-color: #FADC06;
}
</style>