#FAD793

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

Shades of Caramel #FAD793

Tints of Caramel #FAD793

Color information

#FAD793 (or 0xFAD793) is unknown color: approx Caramel. HEX triplet: FA, D7 and 93. RGB value is (250,215,147). Sum of RGB (Red+Green+Blue) = 250+215+147=612 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.85% from 612); Green value is 215 (84.38% from 255 or 35.13% from 612); Blue value is 147 (57.81% from 255 or 24.02% from 612); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD793 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD793 is #05286C. Grayscale: #DADADA. Windows color (decimal): -338029 or 9689082. OLE color: 9689082.

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

Color convert

RGB250215147-
CMYK00.140.410.02
HSL39.61º91.15%77.84%-
HSV(B)39.61º41.2%98.04%-
XYZ68.9971.0337.68-
YUV217.7188.1151.03-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.85%
GREEN value IS 215 (84.38% from 255) = 35.13%
BLUE value IS 147 (57.81% from 255) = 24.02%
R=40.85%
G=35.13%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021514700.140.410.0239.6191.1577.84
HexFAD7930E292285b4e
Octal37232722301651250133116
Binary111110101101011110010011011101010011010100010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD793; }

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

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

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

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

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

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

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

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