#FAD495

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

Shades of Caramel #FAD495

Tints of Caramel #FAD495

Color information

#FAD495 (or 0xFAD495) is unknown color: approx Caramel. HEX triplet: FA, D4 and 95. RGB value is (250,212,149). Sum of RGB (Red+Green+Blue) = 250+212+149=611 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.92% from 611); Green value is 212 (83.20% from 255 or 34.70% from 611); Blue value is 149 (58.59% from 255 or 24.39% from 611); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD495 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD495 is #052B6A. Grayscale: #D8D8D8. Windows color (decimal): -338795 or 9819386. OLE color: 9819386.

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

Color convert

RGB250212149-
CMYK00.150.400.02
HSL37.43º90.99%78.24%-
HSV(B)37.43º40.4%98.04%-
XYZ68.3969.5838.26-
YUV216.1890.09152.12-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.92%
GREEN value IS 212 (83.20% from 255) = 34.70%
BLUE value IS 149 (58.59% from 255) = 24.39%
R=40.92%
G=34.70%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021214900.150.400.0237.4390.9978.24
HexFAD4950F282255b4e
Octal37232422501750245133116
Binary111110101101010010010101011111010001010010110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD495; }

 p { color: rgb(250,212,149); }

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

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

 a { background-color: rgb(250,212,149); }

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

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

 span { border-color: rgb(250,212,149); }

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