#FCD993

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

Shades of Caramel #FCD993

Tints of Caramel #FCD993

Color information

#FCD993 (or 0xFCD993) is unknown color: approx Caramel. HEX triplet: FC, D9 and 93. RGB value is (252,217,147). Sum of RGB (Red+Green+Blue) = 252+217+147=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 217 (85.16% from 255 or 35.23% from 616); Blue value is 147 (57.81% from 255 or 23.86% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD993 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD993 is #03266C. Grayscale: #DBDBDB. Windows color (decimal): -206445 or 9689596. OLE color: 9689596.

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

Color convert

RGB252217147-
CMYK00.140.420.01
HSL40º94.59%78.24%-
HSV(B)40º41.67%98.82%-
XYZ70.2272.4337.88-
YUV219.4887.1151.19-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.91%
GREEN value IS 217 (85.16% from 255) = 35.23%
BLUE value IS 147 (57.81% from 255) = 23.86%
R=40.91%
G=35.23%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221714700.140.420.014094.5978.24
HexFCD9930E2A1285f4e
Octal37433122301652150137116
Binary11111100110110011001001101110101010110100010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD993; }

 p { color: rgb(252,217,147); }

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

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

 a { background-color: rgb(252,217,147); }

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

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

 span { border-color: rgb(252,217,147); }

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