#FAD697

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

Shades of Caramel #FAD697

Tints of Caramel #FAD697

Color information

#FAD697 (or 0xFAD697) is unknown color: approx Caramel. HEX triplet: FA, D6 and 97. RGB value is (250,214,151). Sum of RGB (Red+Green+Blue) = 250+214+151=615 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.65% from 615); Green value is 214 (83.98% from 255 or 34.80% from 615); Blue value is 151 (59.38% from 255 or 24.55% from 615); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD697 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD697 is #052968. Grayscale: #D9D9D9. Windows color (decimal): -338281 or 9950970. OLE color: 9950970.

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

Color convert

RGB250214151-
CMYK00.140.400.02
HSL38.18º90.83%78.63%-
HSV(B)38.18º39.6%98.04%-
XYZ69.0670.6539.28-
YUV217.5890.43151.12-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.65%
GREEN value IS 214 (83.98% from 255) = 34.80%
BLUE value IS 151 (59.38% from 255) = 24.55%
R=40.65%
G=34.80%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021415100.140.400.0238.1890.8378.63
HexFAD6970E282265b4f
Octal37232622701650246133117
Binary111110101101011010010111011101010001010011010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD697; }

 p { color: rgb(250,214,151); }

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

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

 a { background-color: rgb(250,214,151); }

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

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

 span { border-color: rgb(250,214,151); }

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