Shades of Golden Glow #FBDC7E
Tints of Golden Glow #FBDC7E
RGB
CMYK
RGB Variations
Color information
#FBDC7E (or 0xFBDC7E) is known color: Golden Glow. HEX triplet: FB, DC and 7E. RGB value is (251,220,126). Sum of RGB (Red+Green+Blue) = 251+220+126=597 (79% of max value = 765). Red value is 251 (98.44% from 255 or 42.04% from 597); Green value is 220 (86.33% from 255 or 36.85% from 597); Blue value is 126 (49.61% from 255 or 21.11% from 597); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDC7E is #042381. Grayscale: #DADADA. Windows color (decimal): -271234 or 8314107. OLE color: 8314107.
HSL color Cylindrical-coordinate representation of color #FBDC7E: hue angle of 45.12º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FBDC7E is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 220 | 126 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.02 |
| HSL | 45.12º | 0.94% | 0.74% | - |
| HSV(B) | 45.12º | 0.5% | 0.98% | - |
| XYZ | 69.14 | 73.2 | 30.22 | - |
| YUV | 218.55 | 75.77 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 220 | 126 | 0 | 0.12 | 0.50 | 0.02 | 45.12 | 0.94 | 0.74 |
| Hex | FB | DC | 7E | 0 | C | 32 | 2 | 2D | 5E | 4A |
| Octal | 373 | 334 | 176 | 0 | 14 | 62 | 2 | 55 | 136 | 112 |
| Binary | 11111011 | 11011100 | 1111110 | 0 | 1100 | 110010 | 10 | 101101 | 1011110 | 1001010 |
Color Harmonies of #FBDC7E
Complementary color
Monochromatic Colors of #FBDC7E
Black with #FBDC7E
Text Example
Text Example
White with #FBDC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDC7E; }
p { color: rgb(251,220,126); }
H1.HeaderClassName
{
color: #FBDC7E;
}
.AnyTagClassName
{
color: #FBDC7E;
}
</style>
background-color css
<style>
a { background-color: #FBDC7E; }
a { background-color: rgb(251,220,126); }
div.DivClassName
{
background-color: #FBDC7E;
}
.BgClassName
{
background-color: #FBDC7E;
}
</style>
border-color css
<style>
span { border-color: #FBDC7E; }
span { border-color: rgb(251,220,126); }
td.TdClassName
{
border-color: #FBDC7E;
}
.TagClassName
{
border-color: #FBDC7E;
}
</style>