#FCD797

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

Shades of Caramel #FCD797

Tints of Caramel #FCD797

Color information

#FCD797 (or 0xFCD797) is unknown color: approx Caramel. HEX triplet: FC, D7 and 97. RGB value is (252,215,151). Sum of RGB (Red+Green+Blue) = 252+215+151=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 215 (84.38% from 255 or 34.79% from 618); Blue value is 151 (59.38% from 255 or 24.43% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD797 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD797 is #032868. Grayscale: #DBDBDB. Windows color (decimal): -206953 or 9951228. OLE color: 9951228.

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

Color convert

RGB252215151-
CMYK00.150.400.01
HSL38.02º94.39%79.02%-
HSV(B)38.02º40.08%98.82%-
XYZ70.0371.5339.39-
YUV218.7789.76151.7-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.78%
GREEN value IS 215 (84.38% from 255) = 34.79%
BLUE value IS 151 (59.38% from 255) = 24.43%
R=40.78%
G=34.79%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221515100.150.400.0138.0294.3979.02
HexFCD7970F281265e4f
Octal37432722701750146136117
Binary11111100110101111001011101111101000110011010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD797; }

 p { color: rgb(252,215,151); }

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

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

 a { background-color: rgb(252,215,151); }

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

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

 span { border-color: rgb(252,215,151); }

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