#FCD59D

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

Shades of Caramel #FCD59D

Tints of Caramel #FCD59D

Color information

#FCD59D (or 0xFCD59D) is unknown color: approx Caramel. HEX triplet: FC, D5 and 9D. RGB value is (252,213,157). Sum of RGB (Red+Green+Blue) = 252+213+157=622 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.51% from 622); Green value is 213 (83.59% from 255 or 34.24% from 622); Blue value is 157 (61.72% from 255 or 25.24% from 622); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD59D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD59D is #032A62. Grayscale: #DADADA. Windows color (decimal): -207459 or 10343932. OLE color: 10343932.

HSL color Cylindrical-coordinate representation of color #FCD59D: hue angle of 35.37º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FCD59D is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.01.

Color convert

RGB252213157-
CMYK00.150.380.01
HSL35.37º94.06%80.2%-
HSV(B)35.37º37.7%98.82%-
XYZ70.0270.7241.86-
YUV218.2893.42152.05-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.51%
GREEN value IS 213 (83.59% from 255) = 34.24%
BLUE value IS 157 (61.72% from 255) = 25.24%
R=40.51%
G=34.24%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221315700.150.380.0135.3794.0680.2
HexFCD59D0F261235e50
Octal37432523501746143136120
Binary11111100110101011001110101111100110110001110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD59D; }

 p { color: rgb(252,213,157); }

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

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

 a { background-color: rgb(252,213,157); }

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

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

 span { border-color: rgb(252,213,157); }

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