Shades of Golden Glow #FBDC8B
Tints of Golden Glow #FBDC8B
RGB
CMYK
RGB Variations
Color information
#FBDC8B (or 0xFBDC8B) is known color: Golden Glow. HEX triplet: FB, DC and 8B. RGB value is (251,220,139). Sum of RGB (Red+Green+Blue) = 251+220+139=610 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.15% from 610); Green value is 220 (86.33% from 255 or 36.07% from 610); Blue value is 139 (54.69% from 255 or 22.79% from 610); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDC8B is #042374. Grayscale: #DCDCDC. Windows color (decimal): -271221 or 9166075. OLE color: 9166075.
HSL color Cylindrical-coordinate representation of color #FBDC8B: hue angle of 43.39º 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 #FBDC8B is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 220 | 139 | - |
| CMYK | 0 | 0.12 | 0.45 | 0.02 |
| HSL | 43.39º | 0.93% | 0.76% | - |
| HSV(B) | 43.39º | 0.45% | 0.98% | - |
| XYZ | 70.04 | 73.56 | 34.93 | - |
| YUV | 220.04 | 82.27 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 220 | 139 | 0 | 0.12 | 0.45 | 0.02 | 43.39 | 0.93 | 0.76 |
| Hex | FB | DC | 8B | 0 | C | 2D | 2 | 2B | 5D | 4C |
| Octal | 373 | 334 | 213 | 0 | 14 | 55 | 2 | 53 | 135 | 114 |
| Binary | 11111011 | 11011100 | 10001011 | 0 | 1100 | 101101 | 10 | 101011 | 1011101 | 1001100 |
Color Harmonies of #FBDC8B
Complementary color
Monochromatic Colors of #FBDC8B
Black with #FBDC8B
Text Example
Text Example
White with #FBDC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDC8B; }
p { color: rgb(251,220,139); }
H1.HeaderClassName
{
color: #FBDC8B;
}
.AnyTagClassName
{
color: #FBDC8B;
}
</style>
background-color css
<style>
a { background-color: #FBDC8B; }
a { background-color: rgb(251,220,139); }
div.DivClassName
{
background-color: #FBDC8B;
}
.BgClassName
{
background-color: #FBDC8B;
}
</style>
border-color css
<style>
span { border-color: #FBDC8B; }
span { border-color: rgb(251,220,139); }
td.TdClassName
{
border-color: #FBDC8B;
}
.TagClassName
{
border-color: #FBDC8B;
}
</style>