Shades of Golden Glow #FCD67E
Tints of Golden Glow #FCD67E
RGB
CMYK
RGB Variations
Color information
#FCD67E (or 0xFCD67E) is known color: Golden Glow. HEX triplet: FC, D6 and 7E. RGB value is (252,214,126). Sum of RGB (Red+Green+Blue) = 252+214+126=592 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.57% from 592); Green value is 214 (83.98% from 255 or 36.15% from 592); Blue value is 126 (49.61% from 255 or 21.28% from 592); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD67E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD67E is #032981. Grayscale: #D7D7D7. Windows color (decimal): -207234 or 8312572. OLE color: 8312572.
HSL color Cylindrical-coordinate representation of color #FCD67E: hue angle of 41.9º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FCD67E is Cyan = 0, Magento = 0.15, Yellow = 0.5 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 214 | 126 | - |
| CMYK | 0 | 0.15 | 0.5 | 0.01 |
| HSL | 41.9º | 0.95% | 0.74% | - |
| HSV(B) | 41.9º | 0.5% | 0.99% | - |
| XYZ | 67.96 | 70.29 | 29.73 | - |
| YUV | 215.33 | 77.59 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 214 | 126 | 0 | 0.15 | 0.5 | 0.01 | 41.9 | 0.95 | 0.74 |
| Hex | FC | D6 | 7E | 0 | F | 32 | 1 | 2A | 5F | 4A |
| Octal | 374 | 326 | 176 | 0 | 17 | 62 | 1 | 52 | 137 | 112 |
| Binary | 11111100 | 11010110 | 1111110 | 0 | 1111 | 110010 | 1 | 101010 | 1011111 | 1001010 |
Color Harmonies of #FCD67E
Complementary color
Monochromatic Colors of #FCD67E
Black with #FCD67E
Text Example
Text Example
White with #FCD67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD67E; }
p { color: rgb(252,214,126); }
H1.HeaderClassName
{
color: #FCD67E;
}
.AnyTagClassName
{
color: #FCD67E;
}
</style>
background-color css
<style>
a { background-color: #FCD67E; }
a { background-color: rgb(252,214,126); }
div.DivClassName
{
background-color: #FCD67E;
}
.BgClassName
{
background-color: #FCD67E;
}
</style>
border-color css
<style>
span { border-color: #FCD67E; }
span { border-color: rgb(252,214,126); }
td.TdClassName
{
border-color: #FCD67E;
}
.TagClassName
{
border-color: #FCD67E;
}
</style>