Shades of Golden Glow #FBDA8B
Tints of Golden Glow #FBDA8B
RGB
CMYK
RGB Variations
Color information
#FBDA8B (or 0xFBDA8B) is known color: Golden Glow. HEX triplet: FB, DA and 8B. RGB value is (251,218,139). Sum of RGB (Red+Green+Blue) = 251+218+139=608 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.28% from 608); Green value is 218 (85.55% from 255 or 35.86% from 608); Blue value is 139 (54.69% from 255 or 22.86% from 608); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDA8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDA8B is #042574. Grayscale: #DBDBDB. Windows color (decimal): -271733 or 9165563. OLE color: 9165563.
HSL color Cylindrical-coordinate representation of color #FBDA8B: hue angle of 42.32º 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 #FBDA8B is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 218 | 139 | - |
| CMYK | 0 | 0.13 | 0.45 | 0.02 |
| HSL | 42.32º | 0.93% | 0.76% | - |
| HSV(B) | 42.32º | 0.45% | 0.98% | - |
| XYZ | 69.52 | 72.52 | 34.76 | - |
| YUV | 218.86 | 82.93 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 218 | 139 | 0 | 0.13 | 0.45 | 0.02 | 42.32 | 0.93 | 0.76 |
| Hex | FB | DA | 8B | 0 | D | 2D | 2 | 2A | 5D | 4C |
| Octal | 373 | 332 | 213 | 0 | 15 | 55 | 2 | 52 | 135 | 114 |
| Binary | 11111011 | 11011010 | 10001011 | 0 | 1101 | 101101 | 10 | 101010 | 1011101 | 1001100 |
Color Harmonies of #FBDA8B
Complementary color
Monochromatic Colors of #FBDA8B
Black with #FBDA8B
Text Example
Text Example
White with #FBDA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDA8B; }
p { color: rgb(251,218,139); }
H1.HeaderClassName
{
color: #FBDA8B;
}
.AnyTagClassName
{
color: #FBDA8B;
}
</style>
background-color css
<style>
a { background-color: #FBDA8B; }
a { background-color: rgb(251,218,139); }
div.DivClassName
{
background-color: #FBDA8B;
}
.BgClassName
{
background-color: #FBDA8B;
}
</style>
border-color css
<style>
span { border-color: #FBDA8B; }
span { border-color: rgb(251,218,139); }
td.TdClassName
{
border-color: #FBDA8B;
}
.TagClassName
{
border-color: #FBDA8B;
}
</style>