#FAD999

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

Shades of Caramel #FAD999

Tints of Caramel #FAD999

Color information

#FAD999 (or 0xFAD999) is unknown color: approx Caramel. HEX triplet: FA, D9 and 99. RGB value is (250,217,153). Sum of RGB (Red+Green+Blue) = 250+217+153=620 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.32% from 620); Green value is 217 (85.16% from 255 or 35% from 620); Blue value is 153 (60.16% from 255 or 24.68% from 620); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD999 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD999 is #052666. Grayscale: #DBDBDB. Windows color (decimal): -337511 or 10082810. OLE color: 10082810.

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

Color convert

RGB250217153-
CMYK00.130.390.02
HSL39.59º90.65%79.02%-
HSV(B)39.59º38.8%98.04%-
XYZ69.9972.2540.39-
YUV219.5790.43149.7-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.32%
GREEN value IS 217 (85.16% from 255) = 35%
BLUE value IS 153 (60.16% from 255) = 24.68%
R=40.32%
G=35%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021715300.130.390.0239.5990.6579.02
HexFAD9990D272285b4f
Octal37233123101547250133117
Binary111110101101100110011001011011001111010100010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD999; }

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

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

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

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

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

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

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

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