Shades of Golden Glow #FAD57E
Tints of Golden Glow #FAD57E
RGB
CMYK
RGB Variations
Color information
#FAD57E (or 0xFAD57E) is known color: Golden Glow. HEX triplet: FA, D5 and 7E. RGB value is (250,213,126). Sum of RGB (Red+Green+Blue) = 250+213+126=589 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.44% from 589); Green value is 213 (83.59% from 255 or 36.16% from 589); Blue value is 126 (49.61% from 255 or 21.39% from 589); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD57E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD57E is #052A81. Grayscale: #D6D6D6. Windows color (decimal): -338562 or 8312314. OLE color: 8312314.
HSL color Cylindrical-coordinate representation of color #FAD57E: hue angle of 42.1º 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 #FAD57E is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 213 | 126 | - |
| CMYK | 0 | 0.15 | 0.50 | 0.02 |
| HSL | 42.1º | 0.93% | 0.74% | - |
| HSV(B) | 42.1º | 0.5% | 0.98% | - |
| XYZ | 66.98 | 69.42 | 29.61 | - |
| YUV | 214.15 | 78.26 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 213 | 126 | 0 | 0.15 | 0.50 | 0.02 | 42.1 | 0.93 | 0.74 |
| Hex | FA | D5 | 7E | 0 | F | 32 | 2 | 2A | 5D | 4A |
| Octal | 372 | 325 | 176 | 0 | 17 | 62 | 2 | 52 | 135 | 112 |
| Binary | 11111010 | 11010101 | 1111110 | 0 | 1111 | 110010 | 10 | 101010 | 1011101 | 1001010 |
Color Harmonies of #FAD57E
Complementary color
Monochromatic Colors of #FAD57E
Black with #FAD57E
Text Example
Text Example
White with #FAD57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD57E; }
p { color: rgb(250,213,126); }
H1.HeaderClassName
{
color: #FAD57E;
}
.AnyTagClassName
{
color: #FAD57E;
}
</style>
background-color css
<style>
a { background-color: #FAD57E; }
a { background-color: rgb(250,213,126); }
div.DivClassName
{
background-color: #FAD57E;
}
.BgClassName
{
background-color: #FAD57E;
}
</style>
border-color css
<style>
span { border-color: #FAD57E; }
span { border-color: rgb(250,213,126); }
td.TdClassName
{
border-color: #FAD57E;
}
.TagClassName
{
border-color: #FAD57E;
}
</style>