Shades of Golden Yellow #FADC07
Tints of Golden Yellow #FADC07
RGB
CMYK
RGB Variations
Color information
#FADC07 (or 0xFADC07) is known color: Golden Yellow. HEX triplet: FA, DC and 07. RGB value is (250,220,7). Sum of RGB (Red+Green+Blue) = 250+220+7=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 7 (3.12% from 255 or 1.47% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADC07 is #0523F8. Grayscale: #CDCDCD. Windows color (decimal): -336889 or 515322. OLE color: 515322.
HSL color Cylindrical-coordinate representation of color #FADC07: hue angle of 52.59º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FADC07 is Cyan = 0, Magento = 0.12, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 7 | - |
| CMYK | 0 | 0.12 | 0.97 | 0.02 |
| HSL | 52.59º | 0.96% | 0.5% | - |
| HSV(B) | 52.59º | 0.97% | 0.98% | - |
| XYZ | 65.06 | 71.53 | 10.58 | - |
| YUV | 204.69 | 16.44 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 7 | 0 | 0.12 | 0.97 | 0.02 | 52.59 | 0.96 | 0.5 |
| Hex | FA | DC | 7 | 0 | C | 61 | 2 | 35 | 60 | 32 |
| Octal | 372 | 334 | 7 | 0 | 14 | 141 | 2 | 65 | 140 | 62 |
| Binary | 11111010 | 11011100 | 111 | 0 | 1100 | 1100001 | 10 | 110101 | 1100000 | 110010 |
Color Harmonies of #FADC07
Complementary color
Monochromatic Colors of #FADC07
Black with #FADC07
Text Example
Text Example
White with #FADC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADC07; }
p { color: rgb(250,220,7); }
H1.HeaderClassName
{
color: #FADC07;
}
.AnyTagClassName
{
color: #FADC07;
}
</style>
background-color css
<style>
a { background-color: #FADC07; }
a { background-color: rgb(250,220,7); }
div.DivClassName
{
background-color: #FADC07;
}
.BgClassName
{
background-color: #FADC07;
}
</style>
border-color css
<style>
span { border-color: #FADC07; }
span { border-color: rgb(250,220,7); }
td.TdClassName
{
border-color: #FADC07;
}
.TagClassName
{
border-color: #FADC07;
}
</style>