Shades of Golden Glow #FCDF7F
Tints of Golden Glow #FCDF7F
RGB
CMYK
RGB Variations
Color information
#FCDF7F (or 0xFCDF7F) is known color: Golden Glow. HEX triplet: FC, DF and 7F. RGB value is (252,223,127). Sum of RGB (Red+Green+Blue) = 252+223+127=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 223 (87.5% from 255 or 37.04% from 602); Blue value is 127 (50% from 255 or 21.10% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDF7F is #032080. Grayscale: #DDDDDD. Windows color (decimal): -204929 or 8380412. OLE color: 8380412.
HSL color Cylindrical-coordinate representation of color #FCDF7F: hue angle of 46.08º 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 #FCDF7F is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 127 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.01 |
| HSL | 46.08º | 0.95% | 0.74% | - |
| HSV(B) | 46.08º | 0.5% | 0.99% | - |
| XYZ | 70.36 | 75 | 30.85 | - |
| YUV | 220.73 | 75.11 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 127 | 0 | 0.12 | 0.50 | 0.01 | 46.08 | 0.95 | 0.74 |
| Hex | FC | DF | 7F | 0 | C | 32 | 1 | 2E | 5F | 4A |
| Octal | 374 | 337 | 177 | 0 | 14 | 62 | 1 | 56 | 137 | 112 |
| Binary | 11111100 | 11011111 | 1111111 | 0 | 1100 | 110010 | 1 | 101110 | 1011111 | 1001010 |
Color Harmonies of #FCDF7F
Complementary color
Monochromatic Colors of #FCDF7F
Black with #FCDF7F
Text Example
Text Example
White with #FCDF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDF7F; }
p { color: rgb(252,223,127); }
H1.HeaderClassName
{
color: #FCDF7F;
}
.AnyTagClassName
{
color: #FCDF7F;
}
</style>
background-color css
<style>
a { background-color: #FCDF7F; }
a { background-color: rgb(252,223,127); }
div.DivClassName
{
background-color: #FCDF7F;
}
.BgClassName
{
background-color: #FCDF7F;
}
</style>
border-color css
<style>
span { border-color: #FCDF7F; }
span { border-color: rgb(252,223,127); }
td.TdClassName
{
border-color: #FCDF7F;
}
.TagClassName
{
border-color: #FCDF7F;
}
</style>