#FAD296

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

Shades of Caramel #FAD296

Tints of Caramel #FAD296

Color information

#FAD296 (or 0xFAD296) is unknown color: approx Caramel. HEX triplet: FA, D2 and 96. RGB value is (250,210,150). Sum of RGB (Red+Green+Blue) = 250+210+150=610 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.98% from 610); Green value is 210 (82.42% from 255 or 34.43% from 610); Blue value is 150 (58.98% from 255 or 24.59% from 610); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD296 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD296 is #052D69. Grayscale: #D7D7D7. Windows color (decimal): -339306 or 9884410. OLE color: 9884410.

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

Color convert

RGB250210150-
CMYK00.160.40.02
HSL36º90.91%78.43%-
HSV(B)36º40%98.04%-
XYZ67.9868.6238.52-
YUV215.1291.25152.88-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.98%
GREEN value IS 210 (82.42% from 255) = 34.43%
BLUE value IS 150 (58.98% from 255) = 24.59%
R=40.98%
G=34.43%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.4
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021015000.160.40.023690.9178.43
HexFAD296010282245b4e
Octal37232222602050244133116
Binary1111101011010010100101100100001010001010010010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD296; }

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

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

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

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

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

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

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

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