#F6D096

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

Shades of Caramel #F6D096

Tints of Caramel #F6D096

Color information

#F6D096 (or 0xF6D096) is unknown color: approx Caramel. HEX triplet: F6, D0 and 96. RGB value is (246,208,150). Sum of RGB (Red+Green+Blue) = 246+208+150=604 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.73% from 604); Green value is 208 (81.64% from 255 or 34.44% from 604); Blue value is 150 (58.98% from 255 or 24.83% from 604); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D096 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D096 is #092F69. Grayscale: #D5D5D5. Windows color (decimal): -601962 or 9883894. OLE color: 9883894.

HSL color Cylindrical-coordinate representation of color #F6D096: hue angle of 36.25º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F6D096 is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB246208150-
CMYK00.150.390.04
HSL36.25º84.21%77.65%-
HSV(B)36.25º39.02%96.47%-
XYZ66.0766.9138.29-
YUV212.7592.59151.72-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.73%
GREEN value IS 208 (81.64% from 255) = 34.44%
BLUE value IS 150 (58.98% from 255) = 24.83%
R=40.73%
G=34.44%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620815000.150.390.0436.2584.2177.65
HexF6D0960F27424544e
Octal36632022601747444124116
Binary1111011011010000100101100111110011110010010010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6D096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6D096; }

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

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

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

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

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

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

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

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