#FAD095

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

Shades of Caramel #FAD095

Tints of Caramel #FAD095

Color information

#FAD095 (or 0xFAD095) is unknown color: approx Caramel. HEX triplet: FA, D0 and 95. RGB value is (250,208,149). Sum of RGB (Red+Green+Blue) = 250+208+149=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 208 (81.64% from 255 or 34.27% from 607); Blue value is 149 (58.59% from 255 or 24.55% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD095 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD095 is #052F6A. Grayscale: #D6D6D6. Windows color (decimal): -339819 or 9818362. OLE color: 9818362.

HSL color Cylindrical-coordinate representation of color #FAD095: hue angle of 35.05º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FAD095 is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB250208149-
CMYK00.170.400.02
HSL35.05º90.99%78.24%-
HSV(B)35.05º40.4%98.04%-
XYZ67.4167.6137.93-
YUV213.8391.41153.8-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.19%
GREEN value IS 208 (81.64% from 255) = 34.27%
BLUE value IS 149 (58.59% from 255) = 24.55%
R=41.19%
G=34.27%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020814900.170.400.0235.0590.9978.24
HexFAD095011282235b4e
Octal37232022502150243133116
Binary1111101011010000100101010100011010001010001110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD095; }

 p { color: rgb(250,208,149); }

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

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

 a { background-color: rgb(250,208,149); }

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

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

 span { border-color: rgb(250,208,149); }

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