#FAD494

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

Shades of Caramel #FAD494

Tints of Caramel #FAD494

Color information

#FAD494 (or 0xFAD494) is unknown color: approx Caramel. HEX triplet: FA, D4 and 94. RGB value is (250,212,148). Sum of RGB (Red+Green+Blue) = 250+212+148=610 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.98% from 610); Green value is 212 (83.20% from 255 or 34.75% from 610); Blue value is 148 (58.20% from 255 or 24.26% from 610); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD494 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD494 is #052B6B. Grayscale: #D8D8D8. Windows color (decimal): -338796 or 9753850. OLE color: 9753850.

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

Color convert

RGB250212148-
CMYK00.150.410.02
HSL37.65º91.07%78.04%-
HSV(B)37.65º40.8%98.04%-
XYZ68.3169.5537.84-
YUV216.0789.59152.2-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.98%
GREEN value IS 212 (83.20% from 255) = 34.75%
BLUE value IS 148 (58.20% from 255) = 24.26%
R=40.98%
G=34.75%
B=24.26%

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
Decimal25021214800.150.410.0237.6591.0778.04
HexFAD4940F292265b4e
Octal37232422401751246133116
Binary111110101101010010010100011111010011010011010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD494; }

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

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

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

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

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

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

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

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