#FCDA79

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

Shades of Golden Glow #FCDA79

Tints of Golden Glow #FCDA79

Color information

#FCDA79 (or 0xFCDA79) is unknown color: approx Golden Glow. HEX triplet: FC, DA and 79. RGB value is (252,218,121). Sum of RGB (Red+Green+Blue) = 252+218+121=591 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.64% from 591); Green value is 218 (85.55% from 255 or 36.89% from 591); Blue value is 121 (47.66% from 255 or 20.47% from 591); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA79 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDA79 is #032586. Grayscale: #D9D9D9. Windows color (decimal): -206215 or 7985916. OLE color: 7985916.

HSL color Cylindrical-coordinate representation of color #FCDA79: hue angle of 44.43º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FCDA79 is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.01.

Color convert

RGB252218121-
CMYK00.130.520.01
HSL44.43º95.62%73.14%-
HSV(B)44.43º51.98%98.82%-
XYZ68.6772.2228.41-
YUV217.1173.76152.89-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.64%
GREEN value IS 218 (85.55% from 255) = 36.89%
BLUE value IS 121 (47.66% from 255) = 20.47%
R=42.64%
G=36.89%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.52
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221812100.130.520.0144.4395.6273.14
HexFCDA790D3412c6049
Octal37433217101564154140111
Binary1111110011011010111100101101110100110110011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDA79; }

 p { color: rgb(252,218,121); }

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

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

 a { background-color: rgb(252,218,121); }

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

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

 span { border-color: rgb(252,218,121); }

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