Shades of Golden Yellow #FADC05
Tints of Golden Yellow #FADC05
RGB
CMYK
RGB Variations
Color information
#FADC05 (or 0xFADC05) is known color: Golden Yellow. HEX triplet: FA, DC and 05. RGB value is (250,220,5). Sum of RGB (Red+Green+Blue) = 250+220+5=475 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.63% from 475); Green value is 220 (86.33% from 255 or 46.32% from 475); Blue value is 5 (2.34% from 255 or 1.05% from 475); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADC05 is #0523FA. Grayscale: #CDCDCD. Windows color (decimal): -336891 or 384250. OLE color: 384250.
HSL color Cylindrical-coordinate representation of color #FADC05: hue angle of 52.65º 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 #FADC05 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 5 | - |
| CMYK | 0 | 0.12 | 0.98 | 0.02 |
| HSL | 52.65º | 0.96% | 0.5% | - |
| HSV(B) | 52.65º | 0.98% | 0.98% | - |
| XYZ | 65.04 | 71.52 | 10.52 | - |
| YUV | 204.46 | 15.44 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 5 | 0 | 0.12 | 0.98 | 0.02 | 52.65 | 0.96 | 0.5 |
| Hex | FA | DC | 5 | 0 | C | 62 | 2 | 35 | 60 | 32 |
| Octal | 372 | 334 | 5 | 0 | 14 | 142 | 2 | 65 | 140 | 62 |
| Binary | 11111010 | 11011100 | 101 | 0 | 1100 | 1100010 | 10 | 110101 | 1100000 | 110010 |
Color Harmonies of #FADC05
Complementary color
Monochromatic Colors of #FADC05
Black with #FADC05
Text Example
Text Example
White with #FADC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADC05; }
p { color: rgb(250,220,5); }
H1.HeaderClassName
{
color: #FADC05;
}
.AnyTagClassName
{
color: #FADC05;
}
</style>
background-color css
<style>
a { background-color: #FADC05; }
a { background-color: rgb(250,220,5); }
div.DivClassName
{
background-color: #FADC05;
}
.BgClassName
{
background-color: #FADC05;
}
</style>
border-color css
<style>
span { border-color: #FADC05; }
span { border-color: rgb(250,220,5); }
td.TdClassName
{
border-color: #FADC05;
}
.TagClassName
{
border-color: #FADC05;
}
</style>