Shades of Golden Glow #FAD37E
Tints of Golden Glow #FAD37E
RGB
CMYK
RGB Variations
Color information
#FAD37E (or 0xFAD37E) is known color: Golden Glow. HEX triplet: FA, D3 and 7E. RGB value is (250,211,126). Sum of RGB (Red+Green+Blue) = 250+211+126=587 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.59% from 587); Green value is 211 (82.81% from 255 or 35.95% from 587); Blue value is 126 (49.61% from 255 or 21.47% from 587); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD37E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD37E is #052C81. Grayscale: #D5D5D5. Windows color (decimal): -339074 or 8311802. OLE color: 8311802.
HSL color Cylindrical-coordinate representation of color #FAD37E: hue angle of 41.13º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FAD37E is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 211 | 126 | - |
| CMYK | 0 | 0.16 | 0.50 | 0.02 |
| HSL | 41.13º | 0.93% | 0.74% | - |
| HSV(B) | 41.13º | 0.5% | 0.98% | - |
| XYZ | 66.48 | 68.42 | 29.44 | - |
| YUV | 212.97 | 78.92 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 211 | 126 | 0 | 0.16 | 0.50 | 0.02 | 41.13 | 0.93 | 0.74 |
| Hex | FA | D3 | 7E | 0 | 10 | 32 | 2 | 29 | 5D | 4A |
| Octal | 372 | 323 | 176 | 0 | 20 | 62 | 2 | 51 | 135 | 112 |
| Binary | 11111010 | 11010011 | 1111110 | 0 | 10000 | 110010 | 10 | 101001 | 1011101 | 1001010 |
Color Harmonies of #FAD37E
Complementary color
Monochromatic Colors of #FAD37E
Black with #FAD37E
Text Example
Text Example
White with #FAD37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD37E; }
p { color: rgb(250,211,126); }
H1.HeaderClassName
{
color: #FAD37E;
}
.AnyTagClassName
{
color: #FAD37E;
}
</style>
background-color css
<style>
a { background-color: #FAD37E; }
a { background-color: rgb(250,211,126); }
div.DivClassName
{
background-color: #FAD37E;
}
.BgClassName
{
background-color: #FAD37E;
}
</style>
border-color css
<style>
span { border-color: #FAD37E; }
span { border-color: rgb(250,211,126); }
td.TdClassName
{
border-color: #FAD37E;
}
.TagClassName
{
border-color: #FAD37E;
}
</style>