Shades of Golden Glow #FAD47C
Tints of Golden Glow #FAD47C
RGB
CMYK
RGB Variations
Color information
#FAD47C (or 0xFAD47C) is known color: Golden Glow. HEX triplet: FA, D4 and 7C. RGB value is (250,212,124). Sum of RGB (Red+Green+Blue) = 250+212+124=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 212 (83.20% from 255 or 36.18% from 586); Blue value is 124 (48.83% from 255 or 21.16% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD47C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD47C is #052B83. Grayscale: #D5D5D5. Windows color (decimal): -338820 or 8180986. OLE color: 8180986.
HSL color Cylindrical-coordinate representation of color #FAD47C: hue angle of 41.9º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FAD47C is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 212 | 124 | - |
| CMYK | 0 | 0.15 | 0.50 | 0.02 |
| HSL | 41.9º | 0.93% | 0.73% | - |
| HSV(B) | 41.9º | 0.5% | 0.98% | - |
| XYZ | 66.61 | 68.87 | 28.85 | - |
| YUV | 213.33 | 77.59 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 212 | 124 | 0 | 0.15 | 0.50 | 0.02 | 41.9 | 0.93 | 0.73 |
| Hex | FA | D4 | 7C | 0 | F | 32 | 2 | 2A | 5D | 49 |
| Octal | 372 | 324 | 174 | 0 | 17 | 62 | 2 | 52 | 135 | 111 |
| Binary | 11111010 | 11010100 | 1111100 | 0 | 1111 | 110010 | 10 | 101010 | 1011101 | 1001001 |
Color Harmonies of #FAD47C
Complementary color
Monochromatic Colors of #FAD47C
Black with #FAD47C
Text Example
Text Example
White with #FAD47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD47C; }
p { color: rgb(250,212,124); }
H1.HeaderClassName
{
color: #FAD47C;
}
.AnyTagClassName
{
color: #FAD47C;
}
</style>
background-color css
<style>
a { background-color: #FAD47C; }
a { background-color: rgb(250,212,124); }
div.DivClassName
{
background-color: #FAD47C;
}
.BgClassName
{
background-color: #FAD47C;
}
</style>
border-color css
<style>
span { border-color: #FAD47C; }
span { border-color: rgb(250,212,124); }
td.TdClassName
{
border-color: #FAD47C;
}
.TagClassName
{
border-color: #FAD47C;
}
</style>