Shades of Golden Glow #FBDA8C
Tints of Golden Glow #FBDA8C
RGB
CMYK
RGB Variations
Color information
#FBDA8C (or 0xFBDA8C) is known color: Golden Glow. HEX triplet: FB, DA and 8C. RGB value is (251,218,140). Sum of RGB (Red+Green+Blue) = 251+218+140=609 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.22% from 609); Green value is 218 (85.55% from 255 or 35.80% from 609); Blue value is 140 (55.08% from 255 or 22.99% from 609); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDA8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDA8C is #042573. Grayscale: #DBDBDB. Windows color (decimal): -271732 or 9231099. OLE color: 9231099.
HSL color Cylindrical-coordinate representation of color #FBDA8C: hue angle of 42.16º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FBDA8C is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 218 | 140 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.02 |
| HSL | 42.16º | 0.93% | 0.77% | - |
| HSV(B) | 42.16º | 0.44% | 0.98% | - |
| XYZ | 69.59 | 72.55 | 35.15 | - |
| YUV | 218.98 | 83.43 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 218 | 140 | 0 | 0.13 | 0.44 | 0.02 | 42.16 | 0.93 | 0.77 |
| Hex | FB | DA | 8C | 0 | D | 2C | 2 | 2A | 5D | 4D |
| Octal | 373 | 332 | 214 | 0 | 15 | 54 | 2 | 52 | 135 | 115 |
| Binary | 11111011 | 11011010 | 10001100 | 0 | 1101 | 101100 | 10 | 101010 | 1011101 | 1001101 |
Color Harmonies of #FBDA8C
Complementary color
Monochromatic Colors of #FBDA8C
Black with #FBDA8C
Text Example
Text Example
White with #FBDA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDA8C; }
p { color: rgb(251,218,140); }
H1.HeaderClassName
{
color: #FBDA8C;
}
.AnyTagClassName
{
color: #FBDA8C;
}
</style>
background-color css
<style>
a { background-color: #FBDA8C; }
a { background-color: rgb(251,218,140); }
div.DivClassName
{
background-color: #FBDA8C;
}
.BgClassName
{
background-color: #FBDA8C;
}
</style>
border-color css
<style>
span { border-color: #FBDA8C; }
span { border-color: rgb(251,218,140); }
td.TdClassName
{
border-color: #FBDA8C;
}
.TagClassName
{
border-color: #FBDA8C;
}
</style>