Shades of Golden Glow #FBD78A
Tints of Golden Glow #FBD78A
RGB
CMYK
RGB Variations
Color information
#FBD78A (or 0xFBD78A) is known color: Golden Glow. HEX triplet: FB, D7 and 8A. RGB value is (251,215,138). Sum of RGB (Red+Green+Blue) = 251+215+138=604 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.56% from 604); Green value is 215 (84.38% from 255 or 35.60% from 604); Blue value is 138 (54.30% from 255 or 22.85% from 604); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD78A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD78A is #042875. Grayscale: #D9D9D9. Windows color (decimal): -272502 or 9099259. OLE color: 9099259.
HSL color Cylindrical-coordinate representation of color #FBD78A: hue angle of 40.88º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FBD78A is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 215 | 138 | - |
| CMYK | 0 | 0.14 | 0.45 | 0.02 |
| HSL | 40.88º | 0.93% | 0.76% | - |
| HSV(B) | 40.88º | 0.45% | 0.98% | - |
| XYZ | 68.67 | 70.95 | 34.12 | - |
| YUV | 216.99 | 83.43 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 215 | 138 | 0 | 0.14 | 0.45 | 0.02 | 40.88 | 0.93 | 0.76 |
| Hex | FB | D7 | 8A | 0 | E | 2D | 2 | 29 | 5D | 4C |
| Octal | 373 | 327 | 212 | 0 | 16 | 55 | 2 | 51 | 135 | 114 |
| Binary | 11111011 | 11010111 | 10001010 | 0 | 1110 | 101101 | 10 | 101001 | 1011101 | 1001100 |
Color Harmonies of #FBD78A
Complementary color
Monochromatic Colors of #FBD78A
Black with #FBD78A
Text Example
Text Example
White with #FBD78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBD78A; }
p { color: rgb(251,215,138); }
H1.HeaderClassName
{
color: #FBD78A;
}
.AnyTagClassName
{
color: #FBD78A;
}
</style>
background-color css
<style>
a { background-color: #FBD78A; }
a { background-color: rgb(251,215,138); }
div.DivClassName
{
background-color: #FBD78A;
}
.BgClassName
{
background-color: #FBD78A;
}
</style>
border-color css
<style>
span { border-color: #FBD78A; }
span { border-color: rgb(251,215,138); }
td.TdClassName
{
border-color: #FBD78A;
}
.TagClassName
{
border-color: #FBD78A;
}
</style>