Shades of Golden Glow #FCDB88
Tints of Golden Glow #FCDB88
RGB
CMYK
RGB Variations
Color information
#FCDB88 (or 0xFCDB88) is known color: Golden Glow. HEX triplet: FC, DB and 88. RGB value is (252,219,136). Sum of RGB (Red+Green+Blue) = 252+219+136=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 219 (85.94% from 255 or 36.08% from 607); Blue value is 136 (53.52% from 255 or 22.41% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDB88 is #032477. Grayscale: #DBDBDB. Windows color (decimal): -205944 or 8969212. OLE color: 8969212.
HSL color Cylindrical-coordinate representation of color #FCDB88: hue angle of 42.93º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FCDB88 is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 219 | 136 | - |
| CMYK | 0 | 0.13 | 0.46 | 0.01 |
| HSL | 42.93º | 0.95% | 0.76% | - |
| HSV(B) | 42.93º | 0.46% | 0.99% | - |
| XYZ | 69.92 | 73.14 | 33.72 | - |
| YUV | 219.41 | 80.93 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 219 | 136 | 0 | 0.13 | 0.46 | 0.01 | 42.93 | 0.95 | 0.76 |
| Hex | FC | DB | 88 | 0 | D | 2E | 1 | 2B | 5F | 4C |
| Octal | 374 | 333 | 210 | 0 | 15 | 56 | 1 | 53 | 137 | 114 |
| Binary | 11111100 | 11011011 | 10001000 | 0 | 1101 | 101110 | 1 | 101011 | 1011111 | 1001100 |
Color Harmonies of #FCDB88
Complementary color
Monochromatic Colors of #FCDB88
Black with #FCDB88
Text Example
Text Example
White with #FCDB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDB88; }
p { color: rgb(252,219,136); }
H1.HeaderClassName
{
color: #FCDB88;
}
.AnyTagClassName
{
color: #FCDB88;
}
</style>
background-color css
<style>
a { background-color: #FCDB88; }
a { background-color: rgb(252,219,136); }
div.DivClassName
{
background-color: #FCDB88;
}
.BgClassName
{
background-color: #FCDB88;
}
</style>
border-color css
<style>
span { border-color: #FCDB88; }
span { border-color: rgb(252,219,136); }
td.TdClassName
{
border-color: #FCDB88;
}
.TagClassName
{
border-color: #FCDB88;
}
</style>