#FCD59C

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

Shades of Caramel #FCD59C

Tints of Caramel #FCD59C

Color information

#FCD59C (or 0xFCD59C) is unknown color: approx Caramel. HEX triplet: FC, D5 and 9C. RGB value is (252,213,156). Sum of RGB (Red+Green+Blue) = 252+213+156=621 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.58% from 621); Green value is 213 (83.59% from 255 or 34.30% from 621); Blue value is 156 (61.33% from 255 or 25.12% from 621); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD59C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD59C is #032A63. Grayscale: #DADADA. Windows color (decimal): -207460 or 10278396. OLE color: 10278396.

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

Color convert

RGB252213156-
CMYK00.150.380.01
HSL35.62º94.12%80%-
HSV(B)35.62º38.1%98.82%-
XYZ69.9470.6841.41-
YUV218.1692.92152.13-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.58%
GREEN value IS 213 (83.59% from 255) = 34.30%
BLUE value IS 156 (61.33% from 255) = 25.12%
R=40.58%
G=34.30%
B=25.12%

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
Decimal25221315600.150.380.0135.6294.1280
HexFCD59C0F261245e50
Octal37432523401746144136120
Binary11111100110101011001110001111100110110010010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD59C; }

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

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

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

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

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

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

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

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