#F6CD9F

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

Shades of Tequila #F6CD9F

Tints of Tequila #F6CD9F

Color information

#F6CD9F (or 0xF6CD9F) is unknown color: approx Tequila. HEX triplet: F6, CD and 9F. RGB value is (246,205,159). Sum of RGB (Red+Green+Blue) = 246+205+159=610 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.33% from 610); Green value is 205 (80.47% from 255 or 33.61% from 610); Blue value is 159 (62.5% from 255 or 26.07% from 610); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CD9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6CD9F is #093260. Grayscale: #D4D4D4. Windows color (decimal): -602721 or 10472950. OLE color: 10472950.

HSL color Cylindrical-coordinate representation of color #F6CD9F: hue angle of 31.72º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F6CD9F is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.04.

Color convert

RGB246205159-
CMYK00.170.350.04
HSL31.72º82.86%79.41%-
HSV(B)31.72º35.37%96.47%-
XYZ66.165.7642.01-
YUV212.0298.08152.24-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.33%
GREEN value IS 205 (80.47% from 255) = 33.61%
BLUE value IS 159 (62.5% from 255) = 26.07%
R=40.33%
G=33.61%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.35
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620515900.170.350.0431.7282.8679.41
HexF6CD9F01123420534f
Octal36631523702143440123117
Binary11110110110011011001111101000110001110010000010100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CD9F; }

 p { color: rgb(246,205,159); }

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

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

 a { background-color: rgb(246,205,159); }

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

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

 span { border-color: rgb(246,205,159); }

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