#FCDE7E

Color #FCDE7E Golden Glow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Glow #FCDE7E

Tints of Golden Glow #FCDE7E

Color information

#FCDE7E (or 0xFCDE7E) is unknown color: approx Golden Glow. HEX triplet: FC, DE and 7E. RGB value is (252,222,126). Sum of RGB (Red+Green+Blue) = 252+222+126=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 222 (87.11% from 255 or 37% from 600); Blue value is 126 (49.61% from 255 or 21% from 600); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDE7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDE7E is #032181. Grayscale: #DCDCDC. Windows color (decimal): -205186 or 8314620. OLE color: 8314620.

HSL color Cylindrical-coordinate representation of color #FCDE7E: hue angle of 45.71º 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 #FCDE7E is Cyan = 0, Magento = 0.12, Yellow = 0.5 and Black (K on CMYK) = 0.01.

Color convert

RGB252222126-
CMYK00.120.50.01
HSL45.71º95.45%74.12%-
HSV(B)45.71º50%98.82%-
XYZ70.0374.4430.42-
YUV220.0374.94150.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 42%
GREEN value IS 222 (87.11% from 255) = 37%
BLUE value IS 126 (49.61% from 255) = 21%
R=42%
G=37%
B=21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.5
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222212600.120.50.0145.7195.4574.12
HexFCDE7E0C3212e5f4a
Octal37433617601462156137112
Binary1111110011011110111111001100110010110111010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDE7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDE7E; }

 p { color: rgb(252,222,126); }

 H1.HeaderClassName
 {
   color: #FCDE7E;
 }
 .AnyTagClassName
 {
   color: #FCDE7E;
 }
</style>
background-color css

<style>
 a { background-color: #FCDE7E; }

 a { background-color: rgb(252,222,126); }

 div.DivClassName
 {
   background-color: #FCDE7E;
 }
 .BgClassName
 {
   background-color: #FCDE7E;
 }
</style>
border-color css

<style>
 span { border-color: #FCDE7E; }

 span { border-color: rgb(252,222,126); }

 td.TdClassName
 {
   border-color: #FCDE7E;
 }
 .TagClassName
 {
   border-color: #FCDE7E;
 }
</style>