Shades of Golden Glow #FCD67F
Tints of Golden Glow #FCD67F
RGB
CMYK
RGB Variations
Color information
#FCD67F (or 0xFCD67F) is known color: Golden Glow. HEX triplet: FC, D6 and 7F. RGB value is (252,214,127). Sum of RGB (Red+Green+Blue) = 252+214+127=593 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.50% from 593); Green value is 214 (83.98% from 255 or 36.09% from 593); Blue value is 127 (50% from 255 or 21.42% from 593); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD67F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD67F is #032980. Grayscale: #D7D7D7. Windows color (decimal): -207233 or 8378108. OLE color: 8378108.
HSL color Cylindrical-coordinate representation of color #FCD67F: hue angle of 41.76º 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 #FCD67F is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 214 | 127 | - |
| CMYK | 0 | 0.15 | 0.50 | 0.01 |
| HSL | 41.76º | 0.95% | 0.74% | - |
| HSV(B) | 41.76º | 0.5% | 0.99% | - |
| XYZ | 68.02 | 70.32 | 30.07 | - |
| YUV | 215.44 | 78.09 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 214 | 127 | 0 | 0.15 | 0.50 | 0.01 | 41.76 | 0.95 | 0.74 |
| Hex | FC | D6 | 7F | 0 | F | 32 | 1 | 2A | 5F | 4A |
| Octal | 374 | 326 | 177 | 0 | 17 | 62 | 1 | 52 | 137 | 112 |
| Binary | 11111100 | 11010110 | 1111111 | 0 | 1111 | 110010 | 1 | 101010 | 1011111 | 1001010 |
Color Harmonies of #FCD67F
Complementary color
Monochromatic Colors of #FCD67F
Black with #FCD67F
Text Example
Text Example
White with #FCD67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD67F; }
p { color: rgb(252,214,127); }
H1.HeaderClassName
{
color: #FCD67F;
}
.AnyTagClassName
{
color: #FCD67F;
}
</style>
background-color css
<style>
a { background-color: #FCD67F; }
a { background-color: rgb(252,214,127); }
div.DivClassName
{
background-color: #FCD67F;
}
.BgClassName
{
background-color: #FCD67F;
}
</style>
border-color css
<style>
span { border-color: #FCD67F; }
span { border-color: rgb(252,214,127); }
td.TdClassName
{
border-color: #FCD67F;
}
.TagClassName
{
border-color: #FCD67F;
}
</style>