Shades of Golden Glow #FBDC81
Tints of Golden Glow #FBDC81
RGB
CMYK
RGB Variations
Color information
#FBDC81 (or 0xFBDC81) is known color: Golden Glow. HEX triplet: FB, DC and 81. RGB value is (251,220,129). Sum of RGB (Red+Green+Blue) = 251+220+129=600 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.83% from 600); Green value is 220 (86.33% from 255 or 36.67% from 600); Blue value is 129 (50.78% from 255 or 21.5% from 600); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDC81 is #04237E. Grayscale: #DBDBDB. Windows color (decimal): -271231 or 8510715. OLE color: 8510715.
HSL color Cylindrical-coordinate representation of color #FBDC81: hue angle of 44.75º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FBDC81 is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 220 | 129 | - |
| CMYK | 0 | 0.12 | 0.49 | 0.02 |
| HSL | 44.75º | 0.94% | 0.75% | - |
| HSV(B) | 44.75º | 0.49% | 0.98% | - |
| XYZ | 69.34 | 73.28 | 31.26 | - |
| YUV | 218.9 | 77.27 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 220 | 129 | 0 | 0.12 | 0.49 | 0.02 | 44.75 | 0.94 | 0.75 |
| Hex | FB | DC | 81 | 0 | C | 31 | 2 | 2D | 5E | 4B |
| Octal | 373 | 334 | 201 | 0 | 14 | 61 | 2 | 55 | 136 | 113 |
| Binary | 11111011 | 11011100 | 10000001 | 0 | 1100 | 110001 | 10 | 101101 | 1011110 | 1001011 |
Color Harmonies of #FBDC81
Complementary color
Monochromatic Colors of #FBDC81
Black with #FBDC81
Text Example
Text Example
White with #FBDC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDC81; }
p { color: rgb(251,220,129); }
H1.HeaderClassName
{
color: #FBDC81;
}
.AnyTagClassName
{
color: #FBDC81;
}
</style>
background-color css
<style>
a { background-color: #FBDC81; }
a { background-color: rgb(251,220,129); }
div.DivClassName
{
background-color: #FBDC81;
}
.BgClassName
{
background-color: #FBDC81;
}
</style>
border-color css
<style>
span { border-color: #FBDC81; }
span { border-color: rgb(251,220,129); }
td.TdClassName
{
border-color: #FBDC81;
}
.TagClassName
{
border-color: #FBDC81;
}
</style>