Shades of Golden Glow #FADD7F
Tints of Golden Glow #FADD7F
RGB
CMYK
RGB Variations
Color information
#FADD7F (or 0xFADD7F) is known color: Golden Glow. HEX triplet: FA, DD and 7F. RGB value is (250,221,127). Sum of RGB (Red+Green+Blue) = 250+221+127=598 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.81% from 598); Green value is 221 (86.72% from 255 or 36.96% from 598); Blue value is 127 (50% from 255 or 21.24% from 598); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADD7F is #052280. Grayscale: #DBDBDB. Windows color (decimal): -336513 or 8379898. OLE color: 8379898.
HSL color Cylindrical-coordinate representation of color #FADD7F: hue angle of 45.85º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FADD7F is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 221 | 127 | - |
| CMYK | 0 | 0.12 | 0.49 | 0.02 |
| HSL | 45.85º | 0.92% | 0.74% | - |
| HSV(B) | 45.85º | 0.49% | 0.98% | - |
| XYZ | 69.11 | 73.57 | 30.64 | - |
| YUV | 218.96 | 76.11 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 221 | 127 | 0 | 0.12 | 0.49 | 0.02 | 45.85 | 0.92 | 0.74 |
| Hex | FA | DD | 7F | 0 | C | 31 | 2 | 2E | 5C | 4A |
| Octal | 372 | 335 | 177 | 0 | 14 | 61 | 2 | 56 | 134 | 112 |
| Binary | 11111010 | 11011101 | 1111111 | 0 | 1100 | 110001 | 10 | 101110 | 1011100 | 1001010 |
Color Harmonies of #FADD7F
Complementary color
Monochromatic Colors of #FADD7F
Black with #FADD7F
Text Example
Text Example
White with #FADD7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADD7F; }
p { color: rgb(250,221,127); }
H1.HeaderClassName
{
color: #FADD7F;
}
.AnyTagClassName
{
color: #FADD7F;
}
</style>
background-color css
<style>
a { background-color: #FADD7F; }
a { background-color: rgb(250,221,127); }
div.DivClassName
{
background-color: #FADD7F;
}
.BgClassName
{
background-color: #FADD7F;
}
</style>
border-color css
<style>
span { border-color: #FADD7F; }
span { border-color: rgb(250,221,127); }
td.TdClassName
{
border-color: #FADD7F;
}
.TagClassName
{
border-color: #FADD7F;
}
</style>