#F6CF9E

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

Shades of Tequila #F6CF9E

Tints of Tequila #F6CF9E

Color information

#F6CF9E (or 0xF6CF9E) is unknown color: approx Tequila. HEX triplet: F6, CF and 9E. RGB value is (246,207,158). Sum of RGB (Red+Green+Blue) = 246+207+158=611 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.26% from 611); Green value is 207 (81.25% from 255 or 33.88% from 611); Blue value is 158 (62.11% from 255 or 25.86% from 611); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CF9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6CF9E is #093061. Grayscale: #D5D5D5. Windows color (decimal): -602210 or 10407926. OLE color: 10407926.

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

Color convert

RGB246207158-
CMYK00.160.360.04
HSL33.41º83.02%79.22%-
HSV(B)33.41º35.77%96.47%-
XYZ66.4966.6941.72-
YUV213.0896.92151.48-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.26%
GREEN value IS 207 (81.25% from 255) = 33.88%
BLUE value IS 158 (62.11% from 255) = 25.86%
R=40.26%
G=33.88%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.36
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620715800.160.360.0433.4183.0279.22
HexF6CF9E01024421534f
Octal36631723602044441123117
Binary11110110110011111001111001000010010010010000110100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CF9E; }

 p { color: rgb(246,207,158); }

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

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

 a { background-color: rgb(246,207,158); }

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

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

 span { border-color: rgb(246,207,158); }

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