Shades of Golden Glow #FBDF80
Tints of Golden Glow #FBDF80
RGB
CMYK
RGB Variations
Color information
#FBDF80 (or 0xFBDF80) is known color: Golden Glow. HEX triplet: FB, DF and 80. RGB value is (251,223,128). Sum of RGB (Red+Green+Blue) = 251+223+128=602 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.69% from 602); Green value is 223 (87.5% from 255 or 37.04% from 602); Blue value is 128 (50.39% from 255 or 21.26% from 602); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDF80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDF80 is #04207F. Grayscale: #DCDCDC. Windows color (decimal): -270464 or 8445947. OLE color: 8445947.
HSL color Cylindrical-coordinate representation of color #FBDF80: hue angle of 46.34º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FBDF80 is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 223 | 128 | - |
| CMYK | 0 | 0.11 | 0.49 | 0.02 |
| HSL | 46.34º | 0.94% | 0.74% | - |
| HSV(B) | 46.34º | 0.49% | 0.98% | - |
| XYZ | 70.07 | 74.84 | 31.18 | - |
| YUV | 220.54 | 75.78 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 223 | 128 | 0 | 0.11 | 0.49 | 0.02 | 46.34 | 0.94 | 0.74 |
| Hex | FB | DF | 80 | 0 | B | 31 | 2 | 2E | 5E | 4A |
| Octal | 373 | 337 | 200 | 0 | 13 | 61 | 2 | 56 | 136 | 112 |
| Binary | 11111011 | 11011111 | 10000000 | 0 | 1011 | 110001 | 10 | 101110 | 1011110 | 1001010 |
Color Harmonies of #FBDF80
Complementary color
Monochromatic Colors of #FBDF80
Black with #FBDF80
Text Example
Text Example
White with #FBDF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDF80; }
p { color: rgb(251,223,128); }
H1.HeaderClassName
{
color: #FBDF80;
}
.AnyTagClassName
{
color: #FBDF80;
}
</style>
background-color css
<style>
a { background-color: #FBDF80; }
a { background-color: rgb(251,223,128); }
div.DivClassName
{
background-color: #FBDF80;
}
.BgClassName
{
background-color: #FBDF80;
}
</style>
border-color css
<style>
span { border-color: #FBDF80; }
span { border-color: rgb(251,223,128); }
td.TdClassName
{
border-color: #FBDF80;
}
.TagClassName
{
border-color: #FBDF80;
}
</style>