Shades of Golden Glow #FBDF83
Tints of Golden Glow #FBDF83
RGB
CMYK
RGB Variations
Color information
#FBDF83 (or 0xFBDF83) is known color: Golden Glow. HEX triplet: FB, DF and 83. RGB value is (251,223,131). Sum of RGB (Red+Green+Blue) = 251+223+131=605 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.49% from 605); Green value is 223 (87.5% from 255 or 36.86% from 605); Blue value is 131 (51.56% from 255 or 21.65% from 605); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDF83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDF83 is #04207C. Grayscale: #DDDDDD. Windows color (decimal): -270461 or 8642555. OLE color: 8642555.
HSL color Cylindrical-coordinate representation of color #FBDF83: hue angle of 46º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FBDF83 is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 223 | 131 | - |
| CMYK | 0 | 0.11 | 0.48 | 0.02 |
| HSL | 46º | 0.94% | 0.75% | - |
| HSV(B) | 46º | 0.48% | 0.98% | - |
| XYZ | 70.27 | 74.92 | 32.23 | - |
| YUV | 220.88 | 77.28 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 223 | 131 | 0 | 0.11 | 0.48 | 0.02 | 46 | 0.94 | 0.75 |
| Hex | FB | DF | 83 | 0 | B | 30 | 2 | 2E | 5E | 4B |
| Octal | 373 | 337 | 203 | 0 | 13 | 60 | 2 | 56 | 136 | 113 |
| Binary | 11111011 | 11011111 | 10000011 | 0 | 1011 | 110000 | 10 | 101110 | 1011110 | 1001011 |
Color Harmonies of #FBDF83
Complementary color
Monochromatic Colors of #FBDF83
Black with #FBDF83
Text Example
Text Example
White with #FBDF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDF83; }
p { color: rgb(251,223,131); }
H1.HeaderClassName
{
color: #FBDF83;
}
.AnyTagClassName
{
color: #FBDF83;
}
</style>
background-color css
<style>
a { background-color: #FBDF83; }
a { background-color: rgb(251,223,131); }
div.DivClassName
{
background-color: #FBDF83;
}
.BgClassName
{
background-color: #FBDF83;
}
</style>
border-color css
<style>
span { border-color: #FBDF83; }
span { border-color: rgb(251,223,131); }
td.TdClassName
{
border-color: #FBDF83;
}
.TagClassName
{
border-color: #FBDF83;
}
</style>