#FCDC7F

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

Shades of Golden Glow #FCDC7F

Tints of Golden Glow #FCDC7F

Color information

#FCDC7F (or 0xFCDC7F) is unknown color: approx Golden Glow. HEX triplet: FC, DC and 7F. RGB value is (252,220,127). Sum of RGB (Red+Green+Blue) = 252+220+127=599 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.07% from 599); Green value is 220 (86.33% from 255 or 36.73% from 599); Blue value is 127 (50% from 255 or 21.20% from 599); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDC7F is #032380. Grayscale: #DBDBDB. Windows color (decimal): -205697 or 8379644. OLE color: 8379644.

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

Color convert

RGB252220127-
CMYK00.130.500.01
HSL44.64º95.42%74.31%-
HSV(B)44.64º49.6%98.82%-
XYZ69.5773.4130.58-
YUV218.9776.1151.56-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.07%
GREEN value IS 220 (86.33% from 255) = 36.73%
BLUE value IS 127 (50% from 255) = 21.20%
R=42.07%
G=36.73%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.50
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222012700.130.500.0144.6495.4274.31
HexFCDC7F0D3212d5f4a
Octal37433417701562155137112
Binary1111110011011100111111101101110010110110110111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDC7F; }

 p { color: rgb(252,220,127); }

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

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

 a { background-color: rgb(252,220,127); }

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

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

 span { border-color: rgb(252,220,127); }

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