#FAD790

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

Shades of Caramel #FAD790

Tints of Caramel #FAD790

Color information

#FAD790 (or 0xFAD790) is unknown color: approx Caramel. HEX triplet: FA, D7 and 90. RGB value is (250,215,144). Sum of RGB (Red+Green+Blue) = 250+215+144=609 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.05% from 609); Green value is 215 (84.38% from 255 or 35.30% from 609); Blue value is 144 (56.64% from 255 or 23.65% from 609); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD790 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD790 is #05286F. Grayscale: #D9D9D9. Windows color (decimal): -338032 or 9492474. OLE color: 9492474.

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

Color convert

RGB250215144-
CMYK00.140.420.02
HSL40.19º91.38%77.25%-
HSV(B)40.19º42.4%98.04%-
XYZ68.7670.9436.45-
YUV217.3786.6151.27-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.05%
GREEN value IS 215 (84.38% from 255) = 35.30%
BLUE value IS 144 (56.64% from 255) = 23.65%
R=41.05%
G=35.30%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021514400.140.420.0240.1991.3877.25
HexFAD7900E2A2285b4d
Octal37232722001652250133115
Binary111110101101011110010000011101010101010100010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD790; }

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

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

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

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

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

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

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

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