#F6CE9A

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

Shades of Tequila #F6CE9A

Tints of Tequila #F6CE9A

Color information

#F6CE9A (or 0xF6CE9A) is unknown color: approx Tequila. HEX triplet: F6, CE and 9A. RGB value is (246,206,154). Sum of RGB (Red+Green+Blue) = 246+206+154=606 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.59% from 606); Green value is 206 (80.86% from 255 or 33.99% from 606); Blue value is 154 (60.55% from 255 or 25.41% from 606); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CE9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6CE9A is #093165. Grayscale: #D4D4D4. Windows color (decimal): -602470 or 10145526. OLE color: 10145526.

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

Color convert

RGB246206154-
CMYK00.160.370.04
HSL33.91º83.64%78.43%-
HSV(B)33.91º37.4%96.47%-
XYZ65.9166.0739.85-
YUV212.0395.25152.23-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.59%
GREEN value IS 206 (80.86% from 255) = 33.99%
BLUE value IS 154 (60.55% from 255) = 25.41%
R=40.59%
G=33.99%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.37
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620615400.160.370.0433.9183.6478.43
HexF6CE9A01025422544e
Octal36631623202045442124116
Binary11110110110011101001101001000010010110010001010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CE9A; }

 p { color: rgb(246,206,154); }

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

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

 a { background-color: rgb(246,206,154); }

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

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

 span { border-color: rgb(246,206,154); }

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