#F6D097

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

Shades of Caramel #F6D097

Tints of Caramel #F6D097

Color information

#F6D097 (or 0xF6D097) is unknown color: approx Caramel. HEX triplet: F6, D0 and 97. RGB value is (246,208,151). Sum of RGB (Red+Green+Blue) = 246+208+151=605 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.66% from 605); Green value is 208 (81.64% from 255 or 34.38% from 605); Blue value is 151 (59.38% from 255 or 24.96% from 605); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D097 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D097 is #092F68. Grayscale: #D5D5D5. Windows color (decimal): -601961 or 9949430. OLE color: 9949430.

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

Color convert

RGB246208151-
CMYK00.150.390.04
HSL36º84.07%77.84%-
HSV(B)36º38.62%96.47%-
XYZ66.1566.9438.71-
YUV212.8693.09151.63-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.66%
GREEN value IS 208 (81.64% from 255) = 34.38%
BLUE value IS 151 (59.38% from 255) = 24.96%
R=40.66%
G=34.38%
B=24.96%

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
Decimal24620815100.150.390.043684.0777.84
HexF6D0970F27424544e
Octal36632022701747444124116
Binary1111011011010000100101110111110011110010010010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6D097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6D097; }

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

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

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

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

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

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

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

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