#FAD99C

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

Shades of Caramel #FAD99C

Tints of Caramel #FAD99C

Color information

#FAD99C (or 0xFAD99C) is unknown color: approx Caramel. HEX triplet: FA, D9 and 9C. RGB value is (250,217,156). Sum of RGB (Red+Green+Blue) = 250+217+156=623 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.13% from 623); Green value is 217 (85.16% from 255 or 34.83% from 623); Blue value is 156 (61.33% from 255 or 25.04% from 623); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD99C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD99C is #052663. Grayscale: #DCDCDC. Windows color (decimal): -337508 or 10279418. OLE color: 10279418.

HSL color Cylindrical-coordinate representation of color #FAD99C: hue angle of 38.94º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FAD99C is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB250217156-
CMYK00.130.380.02
HSL38.94º90.38%79.61%-
HSV(B)38.94º37.6%98.04%-
XYZ70.2472.3541.72-
YUV219.9191.93149.46-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.13%
GREEN value IS 217 (85.16% from 255) = 34.83%
BLUE value IS 156 (61.33% from 255) = 25.04%
R=40.13%
G=34.83%
B=25.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021715600.130.380.0238.9490.3879.61
HexFAD99C0D262275a50
Octal37233123401546247132120
Binary111110101101100110011100011011001101010011110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD99C; }

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

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

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

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

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

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

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

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