#FCDD84

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

Shades of Golden Glow #FCDD84

Tints of Golden Glow #FCDD84

Color information

#FCDD84 (or 0xFCDD84) is unknown color: approx Golden Glow. HEX triplet: FC, DD and 84. RGB value is (252,221,132). Sum of RGB (Red+Green+Blue) = 252+221+132=605 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.65% from 605); Green value is 221 (86.72% from 255 or 36.53% from 605); Blue value is 132 (51.95% from 255 or 21.82% from 605); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDD84 is #03227B. Grayscale: #DCDCDC. Windows color (decimal): -205436 or 8707580. OLE color: 8707580.

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

Color convert

RGB252221132-
CMYK00.120.480.01
HSL44.5º95.24%75.29%-
HSV(B)44.5º47.62%98.82%-
XYZ70.1774.0732.43-
YUV220.1278.27150.74-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.65%
GREEN value IS 221 (86.72% from 255) = 36.53%
BLUE value IS 132 (51.95% from 255) = 21.82%
R=41.65%
G=36.53%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222113200.120.480.0144.595.2475.29
HexFCDD840C3012c5f4b
Octal37433520401460154137113
Binary11111100110111011000010001100110000110110010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDD84; }

 p { color: rgb(252,221,132); }

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

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

 a { background-color: rgb(252,221,132); }

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

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

 span { border-color: rgb(252,221,132); }

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