#FAD994

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

Shades of Caramel #FAD994

Tints of Caramel #FAD994

Color information

#FAD994 (or 0xFAD994) is unknown color: approx Caramel. HEX triplet: FA, D9 and 94. RGB value is (250,217,148). Sum of RGB (Red+Green+Blue) = 250+217+148=615 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.65% from 615); Green value is 217 (85.16% from 255 or 35.28% from 615); Blue value is 148 (58.20% from 255 or 24.07% from 615); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD994 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD994 is #05266B. Grayscale: #DBDBDB. Windows color (decimal): -337516 or 9755130. OLE color: 9755130.

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

Color convert

RGB250217148-
CMYK00.130.410.02
HSL40.59º91.07%78.04%-
HSV(B)40.59º40.8%98.04%-
XYZ69.5872.0938.26-
YUV21987.93150.11-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.65%
GREEN value IS 217 (85.16% from 255) = 35.28%
BLUE value IS 148 (58.20% from 255) = 24.07%
R=40.65%
G=35.28%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021714800.130.410.0240.5991.0778.04
HexFAD9940D292295b4e
Octal37233122401551251133116
Binary111110101101100110010100011011010011010100110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD994; }

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

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

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

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

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

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

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

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