Shades of Golden Glow #FBDA80
Tints of Golden Glow #FBDA80
RGB
CMYK
RGB Variations
Color information
#FBDA80 (or 0xFBDA80) is known color: Golden Glow. HEX triplet: FB, DA and 80. RGB value is (251,218,128). Sum of RGB (Red+Green+Blue) = 251+218+128=597 (79% of max value = 765). Red value is 251 (98.44% from 255 or 42.04% from 597); Green value is 218 (85.55% from 255 or 36.52% from 597); Blue value is 128 (50.39% from 255 or 21.44% from 597); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDA80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDA80 is #04257F. Grayscale: #DADADA. Windows color (decimal): -271744 or 8444667. OLE color: 8444667.
HSL color Cylindrical-coordinate representation of color #FBDA80: hue angle of 43.9º degrees, saturation: 0.94, 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 #FBDA80 is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 218 | 128 | - |
| CMYK | 0 | 0.13 | 0.49 | 0.02 |
| HSL | 43.9º | 0.94% | 0.74% | - |
| HSV(B) | 43.9º | 0.49% | 0.98% | - |
| XYZ | 68.75 | 72.21 | 30.74 | - |
| YUV | 217.61 | 77.43 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 218 | 128 | 0 | 0.13 | 0.49 | 0.02 | 43.9 | 0.94 | 0.74 |
| Hex | FB | DA | 80 | 0 | D | 31 | 2 | 2C | 5E | 4A |
| Octal | 373 | 332 | 200 | 0 | 15 | 61 | 2 | 54 | 136 | 112 |
| Binary | 11111011 | 11011010 | 10000000 | 0 | 1101 | 110001 | 10 | 101100 | 1011110 | 1001010 |
Color Harmonies of #FBDA80
Complementary color
Monochromatic Colors of #FBDA80
Black with #FBDA80
Text Example
Text Example
White with #FBDA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDA80; }
p { color: rgb(251,218,128); }
H1.HeaderClassName
{
color: #FBDA80;
}
.AnyTagClassName
{
color: #FBDA80;
}
</style>
background-color css
<style>
a { background-color: #FBDA80; }
a { background-color: rgb(251,218,128); }
div.DivClassName
{
background-color: #FBDA80;
}
.BgClassName
{
background-color: #FBDA80;
}
</style>
border-color css
<style>
span { border-color: #FBDA80; }
span { border-color: rgb(251,218,128); }
td.TdClassName
{
border-color: #FBDA80;
}
.TagClassName
{
border-color: #FBDA80;
}
</style>