#FAD391

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

Shades of Caramel #FAD391

Tints of Caramel #FAD391

Color information

#FAD391 (or 0xFAD391) is unknown color: approx Caramel. HEX triplet: FA, D3 and 91. RGB value is (250,211,145). Sum of RGB (Red+Green+Blue) = 250+211+145=606 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.25% from 606); Green value is 211 (82.81% from 255 or 34.82% from 606); Blue value is 145 (57.03% from 255 or 23.93% from 606); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD391 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD391 is #052C6E. Grayscale: #D7D7D7. Windows color (decimal): -339055 or 9556986. OLE color: 9556986.

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

Color convert

RGB250211145-
CMYK00.160.420.02
HSL37.71º91.3%77.45%-
HSV(B)37.71º42%98.04%-
XYZ67.8368.9636.52-
YUV215.1488.42152.87-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.25%
GREEN value IS 211 (82.81% from 255) = 34.82%
BLUE value IS 145 (57.03% from 255) = 23.93%
R=41.25%
G=34.82%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021114500.160.420.0237.7191.377.45
HexFAD3910102A2265b4d
Octal37232322102052246133115
Binary1111101011010011100100010100001010101010011010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD391; }

 p { color: rgb(250,211,145); }

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

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

 a { background-color: rgb(250,211,145); }

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

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

 span { border-color: rgb(250,211,145); }

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