Shades of Golden Glow #FBDC7C
Tints of Golden Glow #FBDC7C
RGB
CMYK
RGB Variations
Color information
#FBDC7C (or 0xFBDC7C) is known color: Golden Glow. HEX triplet: FB, DC and 7C. RGB value is (251,220,124). Sum of RGB (Red+Green+Blue) = 251+220+124=595 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.18% from 595); Green value is 220 (86.33% from 255 or 36.97% from 595); Blue value is 124 (48.83% from 255 or 20.84% from 595); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDC7C is #042383. Grayscale: #DADADA. Windows color (decimal): -271236 or 8183035. OLE color: 8183035.
HSL color Cylindrical-coordinate representation of color #FBDC7C: hue angle of 45.35º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FBDC7C is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 220 | 124 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.02 |
| HSL | 45.35º | 0.94% | 0.74% | - |
| HSV(B) | 45.35º | 0.51% | 0.98% | - |
| XYZ | 69.01 | 73.15 | 29.55 | - |
| YUV | 218.33 | 74.77 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 220 | 124 | 0 | 0.12 | 0.51 | 0.02 | 45.35 | 0.94 | 0.74 |
| Hex | FB | DC | 7C | 0 | C | 33 | 2 | 2D | 5E | 4A |
| Octal | 373 | 334 | 174 | 0 | 14 | 63 | 2 | 55 | 136 | 112 |
| Binary | 11111011 | 11011100 | 1111100 | 0 | 1100 | 110011 | 10 | 101101 | 1011110 | 1001010 |
Color Harmonies of #FBDC7C
Complementary color
Monochromatic Colors of #FBDC7C
Black with #FBDC7C
Text Example
Text Example
White with #FBDC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDC7C; }
p { color: rgb(251,220,124); }
H1.HeaderClassName
{
color: #FBDC7C;
}
.AnyTagClassName
{
color: #FBDC7C;
}
</style>
background-color css
<style>
a { background-color: #FBDC7C; }
a { background-color: rgb(251,220,124); }
div.DivClassName
{
background-color: #FBDC7C;
}
.BgClassName
{
background-color: #FBDC7C;
}
</style>
border-color css
<style>
span { border-color: #FBDC7C; }
span { border-color: rgb(251,220,124); }
td.TdClassName
{
border-color: #FBDC7C;
}
.TagClassName
{
border-color: #FBDC7C;
}
</style>