#FCDA8D

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

Shades of Golden Glow #FCDA8D

Tints of Golden Glow #FCDA8D

Color information

#FCDA8D (or 0xFCDA8D) is unknown color: approx Golden Glow. HEX triplet: FC, DA and 8D. RGB value is (252,218,141). Sum of RGB (Red+Green+Blue) = 252+218+141=611 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.24% from 611); Green value is 218 (85.55% from 255 or 35.68% from 611); Blue value is 141 (55.47% from 255 or 23.08% from 611); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDA8D is #032572. Grayscale: #DBDBDB. Windows color (decimal): -206195 or 9296636. OLE color: 9296636.

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

Color convert

RGB252218141-
CMYK00.130.440.01
HSL41.62º94.87%77.06%-
HSV(B)41.62º44.05%98.82%-
XYZ70.0272.7635.55-
YUV219.3983.76151.26-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.24%
GREEN value IS 218 (85.55% from 255) = 35.68%
BLUE value IS 141 (55.47% from 255) = 23.08%
R=41.24%
G=35.68%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221814100.130.440.0141.6294.8777.06
HexFCDA8D0D2C12a5f4d
Octal37433221501554152137115
Binary11111100110110101000110101101101100110101010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDA8D; }

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

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

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

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

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

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

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

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