#FAD399

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

Shades of Caramel #FAD399

Tints of Caramel #FAD399

Color information

#FAD399 (or 0xFAD399) is unknown color: approx Caramel. HEX triplet: FA, D3 and 99. RGB value is (250,211,153). Sum of RGB (Red+Green+Blue) = 250+211+153=614 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.72% from 614); Green value is 211 (82.81% from 255 or 34.36% from 614); Blue value is 153 (60.16% from 255 or 24.92% from 614); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD399 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD399 is #052C66. Grayscale: #D8D8D8. Windows color (decimal): -339047 or 10081274. OLE color: 10081274.

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

Color convert

RGB250211153-
CMYK00.160.390.02
HSL35.88º90.65%79.02%-
HSV(B)35.88º38.8%98.04%-
XYZ68.4769.2139.89-
YUV216.0592.42152.22-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.72%
GREEN value IS 211 (82.81% from 255) = 34.36%
BLUE value IS 153 (60.16% from 255) = 24.92%
R=40.72%
G=34.36%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021115300.160.390.0235.8890.6579.02
HexFAD399010272245b4f
Octal37232323102047244133117
Binary1111101011010011100110010100001001111010010010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD399; }

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

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

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

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

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

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

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

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