Shades of Golden Glow #FADC7A
Tints of Golden Glow #FADC7A
RGB
CMYK
RGB Variations
Color information
#FADC7A (or 0xFADC7A) is known color: Golden Glow. HEX triplet: FA, DC and 7A. RGB value is (250,220,122). Sum of RGB (Red+Green+Blue) = 250+220+122=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 220 (86.33% from 255 or 37.16% from 592); Blue value is 122 (48.05% from 255 or 20.61% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADC7A is #052385. Grayscale: #DADADA. Windows color (decimal): -336774 or 8051962. OLE color: 8051962.
HSL color Cylindrical-coordinate representation of color #FADC7A: hue angle of 45.94º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FADC7A is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 122 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.02 |
| HSL | 45.94º | 0.93% | 0.73% | - |
| HSV(B) | 45.94º | 0.51% | 0.98% | - |
| XYZ | 68.53 | 72.92 | 28.87 | - |
| YUV | 217.8 | 73.94 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 122 | 0 | 0.12 | 0.51 | 0.02 | 45.94 | 0.93 | 0.73 |
| Hex | FA | DC | 7A | 0 | C | 33 | 2 | 2E | 5D | 49 |
| Octal | 372 | 334 | 172 | 0 | 14 | 63 | 2 | 56 | 135 | 111 |
| Binary | 11111010 | 11011100 | 1111010 | 0 | 1100 | 110011 | 10 | 101110 | 1011101 | 1001001 |
Color Harmonies of #FADC7A
Complementary color
Monochromatic Colors of #FADC7A
Black with #FADC7A
Text Example
Text Example
White with #FADC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADC7A; }
p { color: rgb(250,220,122); }
H1.HeaderClassName
{
color: #FADC7A;
}
.AnyTagClassName
{
color: #FADC7A;
}
</style>
background-color css
<style>
a { background-color: #FADC7A; }
a { background-color: rgb(250,220,122); }
div.DivClassName
{
background-color: #FADC7A;
}
.BgClassName
{
background-color: #FADC7A;
}
</style>
border-color css
<style>
span { border-color: #FADC7A; }
span { border-color: rgb(250,220,122); }
td.TdClassName
{
border-color: #FADC7A;
}
.TagClassName
{
border-color: #FADC7A;
}
</style>