Shades of Golden Glow #FBE183
Tints of Golden Glow #FBE183
RGB
CMYK
RGB Variations
Color information
#FBE183 (or 0xFBE183) is known color: Golden Glow. HEX triplet: FB, E1 and 83. RGB value is (251,225,131). Sum of RGB (Red+Green+Blue) = 251+225+131=607 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.35% from 607); Green value is 225 (88.28% from 255 or 37.07% from 607); Blue value is 131 (51.56% from 255 or 21.58% from 607); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE183 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE183 is #041E7C. Grayscale: #DEDEDE. Windows color (decimal): -269949 or 8643067. OLE color: 8643067.
HSL color Cylindrical-coordinate representation of color #FBE183: hue angle of 47º 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 #FBE183 is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 225 | 131 | - |
| CMYK | 0 | 0.10 | 0.48 | 0.02 |
| HSL | 47º | 0.94% | 0.75% | - |
| HSV(B) | 47º | 0.48% | 0.98% | - |
| XYZ | 70.81 | 76 | 32.41 | - |
| YUV | 222.06 | 76.61 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 225 | 131 | 0 | 0.10 | 0.48 | 0.02 | 47 | 0.94 | 0.75 |
| Hex | FB | E1 | 83 | 0 | A | 30 | 2 | 2F | 5E | 4B |
| Octal | 373 | 341 | 203 | 0 | 12 | 60 | 2 | 57 | 136 | 113 |
| Binary | 11111011 | 11100001 | 10000011 | 0 | 1010 | 110000 | 10 | 101111 | 1011110 | 1001011 |
Color Harmonies of #FBE183
Complementary color
Monochromatic Colors of #FBE183
Black with #FBE183
Text Example
Text Example
White with #FBE183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE183; }
p { color: rgb(251,225,131); }
H1.HeaderClassName
{
color: #FBE183;
}
.AnyTagClassName
{
color: #FBE183;
}
</style>
background-color css
<style>
a { background-color: #FBE183; }
a { background-color: rgb(251,225,131); }
div.DivClassName
{
background-color: #FBE183;
}
.BgClassName
{
background-color: #FBE183;
}
</style>
border-color css
<style>
span { border-color: #FBE183; }
span { border-color: rgb(251,225,131); }
td.TdClassName
{
border-color: #FBE183;
}
.TagClassName
{
border-color: #FBE183;
}
</style>