#F6CE9B

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

Shades of Tequila #F6CE9B

Tints of Tequila #F6CE9B

Color information

#F6CE9B (or 0xF6CE9B) is unknown color: approx Tequila. HEX triplet: F6, CE and 9B. RGB value is (246,206,155). Sum of RGB (Red+Green+Blue) = 246+206+155=607 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.53% from 607); Green value is 206 (80.86% from 255 or 33.94% from 607); Blue value is 155 (60.94% from 255 or 25.54% from 607); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CE9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6CE9B is #093164. Grayscale: #D4D4D4. Windows color (decimal): -602469 or 10211062. OLE color: 10211062.

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

Color convert

RGB246206155-
CMYK00.160.370.04
HSL33.63º83.49%78.63%-
HSV(B)33.63º36.99%96.47%-
XYZ65.9966.140.29-
YUV212.1595.75152.15-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.53%
GREEN value IS 206 (80.86% from 255) = 33.94%
BLUE value IS 155 (60.94% from 255) = 25.54%
R=40.53%
G=33.94%
B=25.54%

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
Decimal24620615500.160.370.0433.6383.4978.63
HexF6CE9B01025422534f
Octal36631623302045442123117
Binary11110110110011101001101101000010010110010001010100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CE9B; }

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

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

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

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

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

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

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

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