#FAD594

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

Shades of Caramel #FAD594

Tints of Caramel #FAD594

Color information

#FAD594 (or 0xFAD594) is unknown color: approx Caramel. HEX triplet: FA, D5 and 94. RGB value is (250,213,148). Sum of RGB (Red+Green+Blue) = 250+213+148=611 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.92% from 611); Green value is 213 (83.59% from 255 or 34.86% from 611); Blue value is 148 (58.20% from 255 or 24.22% from 611); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD594 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD594 is #052A6B. Grayscale: #D8D8D8. Windows color (decimal): -338540 or 9754106. OLE color: 9754106.

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

Color convert

RGB250213148-
CMYK00.150.410.02
HSL38.24º91.07%78.04%-
HSV(B)38.24º40.8%98.04%-
XYZ68.5670.0537.92-
YUV216.6589.26151.79-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.92%
GREEN value IS 213 (83.59% from 255) = 34.86%
BLUE value IS 148 (58.20% from 255) = 24.22%
R=40.92%
G=34.86%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021314800.150.410.0238.2491.0778.04
HexFAD5940F292265b4e
Octal37232522401751246133116
Binary111110101101010110010100011111010011010011010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD594; }

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

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

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

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

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

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

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

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