Shades of Golden Glow #FBDF84
Tints of Golden Glow #FBDF84
RGB
CMYK
RGB Variations
Color information
#FBDF84 (or 0xFBDF84) is known color: Golden Glow. HEX triplet: FB, DF and 84. RGB value is (251,223,132). Sum of RGB (Red+Green+Blue) = 251+223+132=606 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.42% from 606); Green value is 223 (87.5% from 255 or 36.80% from 606); Blue value is 132 (51.95% from 255 or 21.78% from 606); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDF84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDF84 is #04207B. Grayscale: #DDDDDD. Windows color (decimal): -270460 or 8708091. OLE color: 8708091.
HSL color Cylindrical-coordinate representation of color #FBDF84: hue angle of 45.88º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FBDF84 is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 223 | 132 | - |
| CMYK | 0 | 0.11 | 0.47 | 0.02 |
| HSL | 45.88º | 0.94% | 0.75% | - |
| HSV(B) | 45.88º | 0.47% | 0.98% | - |
| XYZ | 70.34 | 74.95 | 32.59 | - |
| YUV | 221 | 77.78 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 223 | 132 | 0 | 0.11 | 0.47 | 0.02 | 45.88 | 0.94 | 0.75 |
| Hex | FB | DF | 84 | 0 | B | 2F | 2 | 2E | 5E | 4B |
| Octal | 373 | 337 | 204 | 0 | 13 | 57 | 2 | 56 | 136 | 113 |
| Binary | 11111011 | 11011111 | 10000100 | 0 | 1011 | 101111 | 10 | 101110 | 1011110 | 1001011 |
Color Harmonies of #FBDF84
Complementary color
Monochromatic Colors of #FBDF84
Black with #FBDF84
Text Example
Text Example
White with #FBDF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDF84; }
p { color: rgb(251,223,132); }
H1.HeaderClassName
{
color: #FBDF84;
}
.AnyTagClassName
{
color: #FBDF84;
}
</style>
background-color css
<style>
a { background-color: #FBDF84; }
a { background-color: rgb(251,223,132); }
div.DivClassName
{
background-color: #FBDF84;
}
.BgClassName
{
background-color: #FBDF84;
}
</style>
border-color css
<style>
span { border-color: #FBDF84; }
span { border-color: rgb(251,223,132); }
td.TdClassName
{
border-color: #FBDF84;
}
.TagClassName
{
border-color: #FBDF84;
}
</style>