Shades of Golden Glow #FCD68A
Tints of Golden Glow #FCD68A
RGB
CMYK
RGB Variations
Color information
#FCD68A (or 0xFCD68A) is known color: Golden Glow. HEX triplet: FC, D6 and 8A. RGB value is (252,214,138). Sum of RGB (Red+Green+Blue) = 252+214+138=604 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.72% from 604); Green value is 214 (83.98% from 255 or 35.43% from 604); Blue value is 138 (54.30% from 255 or 22.85% from 604); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD68A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD68A is #032975. Grayscale: #D9D9D9. Windows color (decimal): -207222 or 9099004. OLE color: 9099004.
HSL color Cylindrical-coordinate representation of color #FCD68A: hue angle of 40º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FCD68A is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 214 | 138 | - |
| CMYK | 0 | 0.15 | 0.45 | 0.01 |
| HSL | 40º | 0.95% | 0.76% | - |
| HSV(B) | 40º | 0.45% | 0.99% | - |
| XYZ | 68.78 | 70.62 | 34.05 | - |
| YUV | 216.7 | 83.59 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 214 | 138 | 0 | 0.15 | 0.45 | 0.01 | 40 | 0.95 | 0.76 |
| Hex | FC | D6 | 8A | 0 | F | 2D | 1 | 28 | 5F | 4C |
| Octal | 374 | 326 | 212 | 0 | 17 | 55 | 1 | 50 | 137 | 114 |
| Binary | 11111100 | 11010110 | 10001010 | 0 | 1111 | 101101 | 1 | 101000 | 1011111 | 1001100 |
Color Harmonies of #FCD68A
Complementary color
Monochromatic Colors of #FCD68A
Black with #FCD68A
Text Example
Text Example
White with #FCD68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD68A; }
p { color: rgb(252,214,138); }
H1.HeaderClassName
{
color: #FCD68A;
}
.AnyTagClassName
{
color: #FCD68A;
}
</style>
background-color css
<style>
a { background-color: #FCD68A; }
a { background-color: rgb(252,214,138); }
div.DivClassName
{
background-color: #FCD68A;
}
.BgClassName
{
background-color: #FCD68A;
}
</style>
border-color css
<style>
span { border-color: #FCD68A; }
span { border-color: rgb(252,214,138); }
td.TdClassName
{
border-color: #FCD68A;
}
.TagClassName
{
border-color: #FCD68A;
}
</style>