#FAD796

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

Shades of Caramel #FAD796

Tints of Caramel #FAD796

Color information

#FAD796 (or 0xFAD796) is unknown color: approx Caramel. HEX triplet: FA, D7 and 96. RGB value is (250,215,150). Sum of RGB (Red+Green+Blue) = 250+215+150=615 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.65% from 615); Green value is 215 (84.38% from 255 or 34.96% from 615); Blue value is 150 (58.98% from 255 or 24.39% from 615); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD796 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD796 is #052869. Grayscale: #DADADA. Windows color (decimal): -338026 or 9885690. OLE color: 9885690.

HSL color Cylindrical-coordinate representation of color #FAD796: hue angle of 39º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FAD796 is Cyan = 0, Magento = 0.14, Yellow = 0.4 and Black (K on CMYK) = 0.02.

Color convert

RGB250215150-
CMYK00.140.40.02
HSL39º90.91%78.43%-
HSV(B)39º40%98.04%-
XYZ69.2371.1338.93-
YUV218.0589.6150.79-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.65%
GREEN value IS 215 (84.38% from 255) = 34.96%
BLUE value IS 150 (58.98% from 255) = 24.39%
R=40.65%
G=34.96%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.4
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021515000.140.40.023990.9178.43
HexFAD7960E282275b4e
Octal37232722601650247133116
Binary111110101101011110010110011101010001010011110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD796; }

 p { color: rgb(250,215,150); }

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

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

 a { background-color: rgb(250,215,150); }

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

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

 span { border-color: rgb(250,215,150); }

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