Shades of Golden Glow #FAD37C
Tints of Golden Glow #FAD37C
RGB
CMYK
RGB Variations
Color information
#FAD37C (or 0xFAD37C) is known color: Golden Glow. HEX triplet: FA, D3 and 7C. RGB value is (250,211,124). Sum of RGB (Red+Green+Blue) = 250+211+124=585 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.74% from 585); Green value is 211 (82.81% from 255 or 36.07% from 585); Blue value is 124 (48.83% from 255 or 21.20% from 585); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD37C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD37C is #052C83. Grayscale: #D5D5D5. Windows color (decimal): -339076 or 8180730. OLE color: 8180730.
HSL color Cylindrical-coordinate representation of color #FAD37C: hue angle of 41.43º 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 #FAD37C is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 211 | 124 | - |
| CMYK | 0 | 0.16 | 0.50 | 0.02 |
| HSL | 41.43º | 0.93% | 0.73% | - |
| HSV(B) | 41.43º | 0.5% | 0.98% | - |
| XYZ | 66.36 | 68.37 | 28.77 | - |
| YUV | 212.74 | 77.92 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 211 | 124 | 0 | 0.16 | 0.50 | 0.02 | 41.43 | 0.93 | 0.73 |
| Hex | FA | D3 | 7C | 0 | 10 | 32 | 2 | 29 | 5D | 49 |
| Octal | 372 | 323 | 174 | 0 | 20 | 62 | 2 | 51 | 135 | 111 |
| Binary | 11111010 | 11010011 | 1111100 | 0 | 10000 | 110010 | 10 | 101001 | 1011101 | 1001001 |
Color Harmonies of #FAD37C
Complementary color
Monochromatic Colors of #FAD37C
Black with #FAD37C
Text Example
Text Example
White with #FAD37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD37C; }
p { color: rgb(250,211,124); }
H1.HeaderClassName
{
color: #FAD37C;
}
.AnyTagClassName
{
color: #FAD37C;
}
</style>
background-color css
<style>
a { background-color: #FAD37C; }
a { background-color: rgb(250,211,124); }
div.DivClassName
{
background-color: #FAD37C;
}
.BgClassName
{
background-color: #FAD37C;
}
</style>
border-color css
<style>
span { border-color: #FAD37C; }
span { border-color: rgb(250,211,124); }
td.TdClassName
{
border-color: #FAD37C;
}
.TagClassName
{
border-color: #FAD37C;
}
</style>