#FCD59B

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

Shades of Caramel #FCD59B

Tints of Caramel #FCD59B

Color information

#FCD59B (or 0xFCD59B) is unknown color: approx Caramel. HEX triplet: FC, D5 and 9B. RGB value is (252,213,155). Sum of RGB (Red+Green+Blue) = 252+213+155=620 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.65% from 620); Green value is 213 (83.59% from 255 or 34.35% from 620); Blue value is 155 (60.94% from 255 or 25% from 620); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD59B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD59B is #032A64. Grayscale: #DADADA. Windows color (decimal): -207461 or 10212860. OLE color: 10212860.

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

Color convert

RGB252213155-
CMYK00.150.380.01
HSL35.88º94.17%79.8%-
HSV(B)35.88º38.49%98.82%-
XYZ69.8670.6540.97-
YUV218.0592.42152.22-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.65%
GREEN value IS 213 (83.59% from 255) = 34.35%
BLUE value IS 155 (60.94% from 255) = 25%
R=40.65%
G=34.35%
B=25%

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
Decimal25221315500.150.380.0135.8894.1779.8
HexFCD59B0F261245e50
Octal37432523301746144136120
Binary11111100110101011001101101111100110110010010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD59B; }

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

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

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

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

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

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

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

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