Shades of Golden Glow #FAD37D
Tints of Golden Glow #FAD37D
RGB
CMYK
RGB Variations
Color information
#FAD37D (or 0xFAD37D) is known color: Golden Glow. HEX triplet: FA, D3 and 7D. RGB value is (250,211,125). Sum of RGB (Red+Green+Blue) = 250+211+125=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 211 (82.81% from 255 or 36.01% from 586); Blue value is 125 (49.22% from 255 or 21.33% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD37D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD37D is #052C82. Grayscale: #D5D5D5. Windows color (decimal): -339075 or 8246266. OLE color: 8246266.
HSL color Cylindrical-coordinate representation of color #FAD37D: hue angle of 41.28º 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 #FAD37D is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 211 | 125 | - |
| CMYK | 0 | 0.16 | 0.50 | 0.02 |
| HSL | 41.28º | 0.93% | 0.74% | - |
| HSV(B) | 41.28º | 0.5% | 0.98% | - |
| XYZ | 66.42 | 68.39 | 29.1 | - |
| YUV | 212.86 | 78.42 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 211 | 125 | 0 | 0.16 | 0.50 | 0.02 | 41.28 | 0.93 | 0.74 |
| Hex | FA | D3 | 7D | 0 | 10 | 32 | 2 | 29 | 5D | 4A |
| Octal | 372 | 323 | 175 | 0 | 20 | 62 | 2 | 51 | 135 | 112 |
| Binary | 11111010 | 11010011 | 1111101 | 0 | 10000 | 110010 | 10 | 101001 | 1011101 | 1001010 |
Color Harmonies of #FAD37D
Complementary color
Monochromatic Colors of #FAD37D
Black with #FAD37D
Text Example
Text Example
White with #FAD37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD37D; }
p { color: rgb(250,211,125); }
H1.HeaderClassName
{
color: #FAD37D;
}
.AnyTagClassName
{
color: #FAD37D;
}
</style>
background-color css
<style>
a { background-color: #FAD37D; }
a { background-color: rgb(250,211,125); }
div.DivClassName
{
background-color: #FAD37D;
}
.BgClassName
{
background-color: #FAD37D;
}
</style>
border-color css
<style>
span { border-color: #FAD37D; }
span { border-color: rgb(250,211,125); }
td.TdClassName
{
border-color: #FAD37D;
}
.TagClassName
{
border-color: #FAD37D;
}
</style>