Shades of Golden Glow #FBDF86
Tints of Golden Glow #FBDF86
RGB
CMYK
RGB Variations
Color information
#FBDF86 (or 0xFBDF86) is known color: Golden Glow. HEX triplet: FB, DF and 86. RGB value is (251,223,134). Sum of RGB (Red+Green+Blue) = 251+223+134=608 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.28% from 608); Green value is 223 (87.5% from 255 or 36.68% from 608); Blue value is 134 (52.73% from 255 or 22.04% from 608); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDF86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDF86 is #042079. Grayscale: #DDDDDD. Windows color (decimal): -270458 or 8839163. OLE color: 8839163.
HSL color Cylindrical-coordinate representation of color #FBDF86: hue angle of 45.64º 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 #FBDF86 is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 223 | 134 | - |
| CMYK | 0 | 0.11 | 0.47 | 0.02 |
| HSL | 45.64º | 0.94% | 0.75% | - |
| HSV(B) | 45.64º | 0.47% | 0.98% | - |
| XYZ | 70.47 | 75.01 | 33.32 | - |
| YUV | 221.23 | 78.78 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 223 | 134 | 0 | 0.11 | 0.47 | 0.02 | 45.64 | 0.94 | 0.75 |
| Hex | FB | DF | 86 | 0 | B | 2F | 2 | 2E | 5E | 4B |
| Octal | 373 | 337 | 206 | 0 | 13 | 57 | 2 | 56 | 136 | 113 |
| Binary | 11111011 | 11011111 | 10000110 | 0 | 1011 | 101111 | 10 | 101110 | 1011110 | 1001011 |
Color Harmonies of #FBDF86
Complementary color
Monochromatic Colors of #FBDF86
Black with #FBDF86
Text Example
Text Example
White with #FBDF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDF86; }
p { color: rgb(251,223,134); }
H1.HeaderClassName
{
color: #FBDF86;
}
.AnyTagClassName
{
color: #FBDF86;
}
</style>
background-color css
<style>
a { background-color: #FBDF86; }
a { background-color: rgb(251,223,134); }
div.DivClassName
{
background-color: #FBDF86;
}
.BgClassName
{
background-color: #FBDF86;
}
</style>
border-color css
<style>
span { border-color: #FBDF86; }
span { border-color: rgb(251,223,134); }
td.TdClassName
{
border-color: #FBDF86;
}
.TagClassName
{
border-color: #FBDF86;
}
</style>