Shades of Golden Glow #FBDB8A
Tints of Golden Glow #FBDB8A
RGB
CMYK
RGB Variations
Color information
#FBDB8A (or 0xFBDB8A) is known color: Golden Glow. HEX triplet: FB, DB and 8A. RGB value is (251,219,138). Sum of RGB (Red+Green+Blue) = 251+219+138=608 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.28% from 608); Green value is 219 (85.94% from 255 or 36.02% from 608); Blue value is 138 (54.30% from 255 or 22.70% from 608); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDB8A is #042475. Grayscale: #DBDBDB. Windows color (decimal): -271478 or 9100283. OLE color: 9100283.
HSL color Cylindrical-coordinate representation of color #FBDB8A: hue angle of 43.01º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FBDB8A is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 219 | 138 | - |
| CMYK | 0 | 0.13 | 0.45 | 0.02 |
| HSL | 43.01º | 0.93% | 0.76% | - |
| HSV(B) | 43.01º | 0.45% | 0.98% | - |
| XYZ | 69.7 | 73.01 | 34.46 | - |
| YUV | 219.33 | 82.1 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 219 | 138 | 0 | 0.13 | 0.45 | 0.02 | 43.01 | 0.93 | 0.76 |
| Hex | FB | DB | 8A | 0 | D | 2D | 2 | 2B | 5D | 4C |
| Octal | 373 | 333 | 212 | 0 | 15 | 55 | 2 | 53 | 135 | 114 |
| Binary | 11111011 | 11011011 | 10001010 | 0 | 1101 | 101101 | 10 | 101011 | 1011101 | 1001100 |
Color Harmonies of #FBDB8A
Complementary color
Monochromatic Colors of #FBDB8A
Black with #FBDB8A
Text Example
Text Example
White with #FBDB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDB8A; }
p { color: rgb(251,219,138); }
H1.HeaderClassName
{
color: #FBDB8A;
}
.AnyTagClassName
{
color: #FBDB8A;
}
</style>
background-color css
<style>
a { background-color: #FBDB8A; }
a { background-color: rgb(251,219,138); }
div.DivClassName
{
background-color: #FBDB8A;
}
.BgClassName
{
background-color: #FBDB8A;
}
</style>
border-color css
<style>
span { border-color: #FBDB8A; }
span { border-color: rgb(251,219,138); }
td.TdClassName
{
border-color: #FBDB8A;
}
.TagClassName
{
border-color: #FBDB8A;
}
</style>