Shades of Golden Glow #FBDA8A
Tints of Golden Glow #FBDA8A
RGB
CMYK
RGB Variations
Color information
#FBDA8A (or 0xFBDA8A) is known color: Golden Glow. HEX triplet: FB, DA and 8A. RGB value is (251,218,138). Sum of RGB (Red+Green+Blue) = 251+218+138=607 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.35% from 607); Green value is 218 (85.55% from 255 or 35.91% from 607); Blue value is 138 (54.30% from 255 or 22.73% from 607); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDA8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDA8A is #042575. Grayscale: #DBDBDB. Windows color (decimal): -271734 or 9100027. OLE color: 9100027.
HSL color Cylindrical-coordinate representation of color #FBDA8A: hue angle of 42.48º 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 #FBDA8A is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 218 | 138 | - |
| CMYK | 0 | 0.13 | 0.45 | 0.02 |
| HSL | 42.48º | 0.93% | 0.76% | - |
| HSV(B) | 42.48º | 0.45% | 0.98% | - |
| XYZ | 69.44 | 72.49 | 34.38 | - |
| YUV | 218.75 | 82.43 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 218 | 138 | 0 | 0.13 | 0.45 | 0.02 | 42.48 | 0.93 | 0.76 |
| Hex | FB | DA | 8A | 0 | D | 2D | 2 | 2A | 5D | 4C |
| Octal | 373 | 332 | 212 | 0 | 15 | 55 | 2 | 52 | 135 | 114 |
| Binary | 11111011 | 11011010 | 10001010 | 0 | 1101 | 101101 | 10 | 101010 | 1011101 | 1001100 |
Color Harmonies of #FBDA8A
Complementary color
Monochromatic Colors of #FBDA8A
Black with #FBDA8A
Text Example
Text Example
White with #FBDA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDA8A; }
p { color: rgb(251,218,138); }
H1.HeaderClassName
{
color: #FBDA8A;
}
.AnyTagClassName
{
color: #FBDA8A;
}
</style>
background-color css
<style>
a { background-color: #FBDA8A; }
a { background-color: rgb(251,218,138); }
div.DivClassName
{
background-color: #FBDA8A;
}
.BgClassName
{
background-color: #FBDA8A;
}
</style>
border-color css
<style>
span { border-color: #FBDA8A; }
span { border-color: rgb(251,218,138); }
td.TdClassName
{
border-color: #FBDA8A;
}
.TagClassName
{
border-color: #FBDA8A;
}
</style>