Shades of Golden Glow #FADB80
Tints of Golden Glow #FADB80
RGB
CMYK
RGB Variations
Color information
#FADB80 (or 0xFADB80) is known color: Golden Glow. HEX triplet: FA, DB and 80. RGB value is (250,219,128). Sum of RGB (Red+Green+Blue) = 250+219+128=597 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.88% from 597); Green value is 219 (85.94% from 255 or 36.68% from 597); Blue value is 128 (50.39% from 255 or 21.44% from 597); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADB80 is #05247F. Grayscale: #DADADA. Windows color (decimal): -337024 or 8444922. OLE color: 8444922.
HSL color Cylindrical-coordinate representation of color #FADB80: hue angle of 44.75º 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 #FADB80 is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 219 | 128 | - |
| CMYK | 0 | 0.12 | 0.49 | 0.02 |
| HSL | 44.75º | 0.92% | 0.74% | - |
| HSV(B) | 44.75º | 0.49% | 0.98% | - |
| XYZ | 68.65 | 72.55 | 30.81 | - |
| YUV | 217.9 | 77.27 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 219 | 128 | 0 | 0.12 | 0.49 | 0.02 | 44.75 | 0.92 | 0.74 |
| Hex | FA | DB | 80 | 0 | C | 31 | 2 | 2D | 5C | 4A |
| Octal | 372 | 333 | 200 | 0 | 14 | 61 | 2 | 55 | 134 | 112 |
| Binary | 11111010 | 11011011 | 10000000 | 0 | 1100 | 110001 | 10 | 101101 | 1011100 | 1001010 |
Color Harmonies of #FADB80
Complementary color
Monochromatic Colors of #FADB80
Black with #FADB80
Text Example
Text Example
White with #FADB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADB80; }
p { color: rgb(250,219,128); }
H1.HeaderClassName
{
color: #FADB80;
}
.AnyTagClassName
{
color: #FADB80;
}
</style>
background-color css
<style>
a { background-color: #FADB80; }
a { background-color: rgb(250,219,128); }
div.DivClassName
{
background-color: #FADB80;
}
.BgClassName
{
background-color: #FADB80;
}
</style>
border-color css
<style>
span { border-color: #FADB80; }
span { border-color: rgb(250,219,128); }
td.TdClassName
{
border-color: #FADB80;
}
.TagClassName
{
border-color: #FADB80;
}
</style>