Shades of Golden Glow #FBDA7C
Tints of Golden Glow #FBDA7C
RGB
CMYK
RGB Variations
Color information
#FBDA7C (or 0xFBDA7C) is known color: Golden Glow. HEX triplet: FB, DA and 7C. RGB value is (251,218,124). Sum of RGB (Red+Green+Blue) = 251+218+124=593 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.33% from 593); Green value is 218 (85.55% from 255 or 36.76% from 593); Blue value is 124 (48.83% from 255 or 20.91% from 593); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDA7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDA7C is #042583. Grayscale: #D9D9D9. Windows color (decimal): -271748 or 8182523. OLE color: 8182523.
HSL color Cylindrical-coordinate representation of color #FBDA7C: hue angle of 44.41º 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 #FBDA7C is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 218 | 124 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.02 |
| HSL | 44.41º | 0.94% | 0.74% | - |
| HSV(B) | 44.41º | 0.51% | 0.98% | - |
| XYZ | 68.49 | 72.11 | 29.38 | - |
| YUV | 217.15 | 75.43 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 218 | 124 | 0 | 0.13 | 0.51 | 0.02 | 44.41 | 0.94 | 0.74 |
| Hex | FB | DA | 7C | 0 | D | 33 | 2 | 2C | 5E | 4A |
| Octal | 373 | 332 | 174 | 0 | 15 | 63 | 2 | 54 | 136 | 112 |
| Binary | 11111011 | 11011010 | 1111100 | 0 | 1101 | 110011 | 10 | 101100 | 1011110 | 1001010 |
Color Harmonies of #FBDA7C
Complementary color
Monochromatic Colors of #FBDA7C
Black with #FBDA7C
Text Example
Text Example
White with #FBDA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDA7C; }
p { color: rgb(251,218,124); }
H1.HeaderClassName
{
color: #FBDA7C;
}
.AnyTagClassName
{
color: #FBDA7C;
}
</style>
background-color css
<style>
a { background-color: #FBDA7C; }
a { background-color: rgb(251,218,124); }
div.DivClassName
{
background-color: #FBDA7C;
}
.BgClassName
{
background-color: #FBDA7C;
}
</style>
border-color css
<style>
span { border-color: #FBDA7C; }
span { border-color: rgb(251,218,124); }
td.TdClassName
{
border-color: #FBDA7C;
}
.TagClassName
{
border-color: #FBDA7C;
}
</style>