#FAD792

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

Shades of Caramel #FAD792

Tints of Caramel #FAD792

Color information

#FAD792 (or 0xFAD792) is unknown color: approx Caramel. HEX triplet: FA, D7 and 92. RGB value is (250,215,146). Sum of RGB (Red+Green+Blue) = 250+215+146=611 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.92% from 611); Green value is 215 (84.38% from 255 or 35.19% from 611); Blue value is 146 (57.42% from 255 or 23.90% from 611); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD792 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD792 is #05286D. Grayscale: #D9D9D9. Windows color (decimal): -338030 or 9623546. OLE color: 9623546.

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

Color convert

RGB250215146-
CMYK00.140.420.02
HSL39.81º91.23%77.65%-
HSV(B)39.81º41.6%98.04%-
XYZ68.917137.27-
YUV217.687.6151.11-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.92%
GREEN value IS 215 (84.38% from 255) = 35.19%
BLUE value IS 146 (57.42% from 255) = 23.90%
R=40.92%
G=35.19%
B=23.90%

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
Decimal25021514600.140.420.0239.8191.2377.65
HexFAD7920E2A2285b4e
Octal37232722201652250133116
Binary111110101101011110010010011101010101010100010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD792; }

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

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

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

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

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

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

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

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