Shades of Golden Yellow #FADC0C
Tints of Golden Yellow #FADC0C
RGB
CMYK
RGB Variations
Color information
#FADC0C (or 0xFADC0C) is known color: Golden Yellow. HEX triplet: FA, DC and 0C. RGB value is (250,220,12). Sum of RGB (Red+Green+Blue) = 250+220+12=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 220 (86.33% from 255 or 45.64% from 482); Blue value is 12 (5.08% from 255 or 2.49% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADC0C is #0523F3. Grayscale: #CECECE. Windows color (decimal): -336884 or 843002. OLE color: 843002.
HSL color Cylindrical-coordinate representation of color #FADC0C: hue angle of 52.44º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FADC0C is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 12 | - |
| CMYK | 0 | 0.12 | 0.95 | 0.02 |
| HSL | 52.44º | 0.96% | 0.51% | - |
| HSV(B) | 52.44º | 0.95% | 0.98% | - |
| XYZ | 65.08 | 71.54 | 10.73 | - |
| YUV | 205.26 | 18.94 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 12 | 0 | 0.12 | 0.95 | 0.02 | 52.44 | 0.96 | 0.51 |
| Hex | FA | DC | C | 0 | C | 5F | 2 | 34 | 60 | 33 |
| Octal | 372 | 334 | 14 | 0 | 14 | 137 | 2 | 64 | 140 | 63 |
| Binary | 11111010 | 11011100 | 1100 | 0 | 1100 | 1011111 | 10 | 110100 | 1100000 | 110011 |
Color Harmonies of #FADC0C
Complementary color
Monochromatic Colors of #FADC0C
Black with #FADC0C
Text Example
Text Example
White with #FADC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADC0C; }
p { color: rgb(250,220,12); }
H1.HeaderClassName
{
color: #FADC0C;
}
.AnyTagClassName
{
color: #FADC0C;
}
</style>
background-color css
<style>
a { background-color: #FADC0C; }
a { background-color: rgb(250,220,12); }
div.DivClassName
{
background-color: #FADC0C;
}
.BgClassName
{
background-color: #FADC0C;
}
</style>
border-color css
<style>
span { border-color: #FADC0C; }
span { border-color: rgb(250,220,12); }
td.TdClassName
{
border-color: #FADC0C;
}
.TagClassName
{
border-color: #FADC0C;
}
</style>