#FAD795

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

Shades of Caramel #FAD795

Tints of Caramel #FAD795

Color information

#FAD795 (or 0xFAD795) is unknown color: approx Caramel. HEX triplet: FA, D7 and 95. RGB value is (250,215,149). Sum of RGB (Red+Green+Blue) = 250+215+149=614 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.72% from 614); Green value is 215 (84.38% from 255 or 35.02% from 614); Blue value is 149 (58.59% from 255 or 24.27% from 614); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD795 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD795 is #05286A. Grayscale: #DADADA. Windows color (decimal): -338027 or 9820154. OLE color: 9820154.

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

Color convert

RGB250215149-
CMYK00.140.400.02
HSL39.21º90.99%78.24%-
HSV(B)39.21º40.4%98.04%-
XYZ69.1571.0938.51-
YUV217.9489.1150.87-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.72%
GREEN value IS 215 (84.38% from 255) = 35.02%
BLUE value IS 149 (58.59% from 255) = 24.27%
R=40.72%
G=35.02%
B=24.27%

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
Decimal25021514900.140.400.0239.2190.9978.24
HexFAD7950E282275b4e
Octal37232722501650247133116
Binary111110101101011110010101011101010001010011110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD795; }

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

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

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

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

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

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

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

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