#FAD197

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

Shades of Caramel #FAD197

Tints of Caramel #FAD197

Color information

#FAD197 (or 0xFAD197) is unknown color: approx Caramel. HEX triplet: FA, D1 and 97. RGB value is (250,209,151). Sum of RGB (Red+Green+Blue) = 250+209+151=610 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.98% from 610); Green value is 209 (82.03% from 255 or 34.26% from 610); Blue value is 151 (59.38% from 255 or 24.75% from 610); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD197 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD197 is #052E68. Grayscale: #D6D6D6. Windows color (decimal): -339561 or 9949690. OLE color: 9949690.

HSL color Cylindrical-coordinate representation of color #FAD197: hue angle of 35.15º 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 #FAD197 is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB250209151-
CMYK00.160.400.02
HSL35.15º90.83%78.63%-
HSV(B)35.15º39.6%98.04%-
XYZ67.8168.1638.86-
YUV214.6592.08153.22-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.98%
GREEN value IS 209 (82.03% from 255) = 34.26%
BLUE value IS 151 (59.38% from 255) = 24.75%
R=40.98%
G=34.26%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020915100.160.400.0235.1590.8378.63
HexFAD197010282235b4f
Octal37232122702050243133117
Binary1111101011010001100101110100001010001010001110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD197; }

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

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

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

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

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

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

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

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