Shades of Golden Glow #FAD47A
Tints of Golden Glow #FAD47A
RGB
CMYK
RGB Variations
Color information
#FAD47A (or 0xFAD47A) is known color: Golden Glow. HEX triplet: FA, D4 and 7A. RGB value is (250,212,122). Sum of RGB (Red+Green+Blue) = 250+212+122=584 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.81% from 584); Green value is 212 (83.20% from 255 or 36.30% from 584); Blue value is 122 (48.05% from 255 or 20.89% from 584); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD47A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD47A is #052B85. Grayscale: #D5D5D5. Windows color (decimal): -338822 or 8049914. OLE color: 8049914.
HSL color Cylindrical-coordinate representation of color #FAD47A: hue angle of 42.19º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FAD47A is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 212 | 122 | - |
| CMYK | 0 | 0.15 | 0.51 | 0.02 |
| HSL | 42.19º | 0.93% | 0.73% | - |
| HSV(B) | 42.19º | 0.51% | 0.98% | - |
| XYZ | 66.48 | 68.82 | 28.19 | - |
| YUV | 213.1 | 76.59 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 212 | 122 | 0 | 0.15 | 0.51 | 0.02 | 42.19 | 0.93 | 0.73 |
| Hex | FA | D4 | 7A | 0 | F | 33 | 2 | 2A | 5D | 49 |
| Octal | 372 | 324 | 172 | 0 | 17 | 63 | 2 | 52 | 135 | 111 |
| Binary | 11111010 | 11010100 | 1111010 | 0 | 1111 | 110011 | 10 | 101010 | 1011101 | 1001001 |
Color Harmonies of #FAD47A
Complementary color
Monochromatic Colors of #FAD47A
Black with #FAD47A
Text Example
Text Example
White with #FAD47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD47A; }
p { color: rgb(250,212,122); }
H1.HeaderClassName
{
color: #FAD47A;
}
.AnyTagClassName
{
color: #FAD47A;
}
</style>
background-color css
<style>
a { background-color: #FAD47A; }
a { background-color: rgb(250,212,122); }
div.DivClassName
{
background-color: #FAD47A;
}
.BgClassName
{
background-color: #FAD47A;
}
</style>
border-color css
<style>
span { border-color: #FAD47A; }
span { border-color: rgb(250,212,122); }
td.TdClassName
{
border-color: #FAD47A;
}
.TagClassName
{
border-color: #FAD47A;
}
</style>