#FAD59D

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

Shades of Caramel #FAD59D

Tints of Caramel #FAD59D

Color information

#FAD59D (or 0xFAD59D) is unknown color: approx Caramel. HEX triplet: FA, D5 and 9D. RGB value is (250,213,157). Sum of RGB (Red+Green+Blue) = 250+213+157=620 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.32% from 620); Green value is 213 (83.59% from 255 or 34.35% from 620); Blue value is 157 (61.72% from 255 or 25.32% from 620); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD59D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD59D is #052A62. Grayscale: #D9D9D9. Windows color (decimal): -338531 or 10343930. OLE color: 10343930.

HSL color Cylindrical-coordinate representation of color #FAD59D: hue angle of 36.13º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FAD59D is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB250213157-
CMYK00.150.370.02
HSL36.13º90.29%79.8%-
HSV(B)36.13º37.2%98.04%-
XYZ69.370.3541.82-
YUV217.6893.76151.05-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.32%
GREEN value IS 213 (83.59% from 255) = 34.35%
BLUE value IS 157 (61.72% from 255) = 25.32%
R=40.32%
G=34.35%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021315700.150.370.0236.1390.2979.8
HexFAD59D0F252245a50
Octal37232523501745244132120
Binary111110101101010110011101011111001011010010010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD59D; }

 p { color: rgb(250,213,157); }

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

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

 a { background-color: rgb(250,213,157); }

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

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

 span { border-color: rgb(250,213,157); }

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