#FAD096

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

Shades of Caramel #FAD096

Tints of Caramel #FAD096

Color information

#FAD096 (or 0xFAD096) is unknown color: approx Caramel. HEX triplet: FA, D0 and 96. RGB value is (250,208,150). Sum of RGB (Red+Green+Blue) = 250+208+150=608 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.12% from 608); Green value is 208 (81.64% from 255 or 34.21% from 608); Blue value is 150 (58.98% from 255 or 24.67% from 608); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD096 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD096 is #052F69. Grayscale: #D6D6D6. Windows color (decimal): -339818 or 9883898. OLE color: 9883898.

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

Color convert

RGB250208150-
CMYK00.170.40.02
HSL34.8º90.91%78.43%-
HSV(B)34.8º40%98.04%-
XYZ67.4967.6438.35-
YUV213.9591.91153.72-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.12%
GREEN value IS 208 (81.64% from 255) = 34.21%
BLUE value IS 150 (58.98% from 255) = 24.67%
R=41.12%
G=34.21%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.4
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020815000.170.40.0234.890.9178.43
HexFAD096011282235b4e
Octal37232022602150243133116
Binary1111101011010000100101100100011010001010001110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD096; }

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

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

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

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

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

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

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

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