#F9CEA2

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

Shades of Tequila #F9CEA2

Tints of Tequila #F9CEA2

Color information

#F9CEA2 (or 0xF9CEA2) is unknown color: approx Tequila. HEX triplet: F9, CE and A2. RGB value is (249,206,162). Sum of RGB (Red+Green+Blue) = 249+206+162=617 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.36% from 617); Green value is 206 (80.86% from 255 or 33.39% from 617); Blue value is 162 (63.67% from 255 or 26.26% from 617); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CEA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9CEA2 is #06315D. Grayscale: #D6D6D6. Windows color (decimal): -405854 or 10669817. OLE color: 10669817.

HSL color Cylindrical-coordinate representation of color #F9CEA2: hue angle of 30.34º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F9CEA2 is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB249206162-
CMYK00.170.350.02
HSL30.34º87.88%80.59%-
HSV(B)30.34º34.94%97.65%-
XYZ67.6666.8943.53-
YUV213.8498.75153.08-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.36%
GREEN value IS 206 (80.86% from 255) = 33.39%
BLUE value IS 162 (63.67% from 255) = 26.26%
R=40.36%
G=33.39%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920616200.170.350.0230.3487.8880.59
HexF9CEA20112321e5851
Octal37131624202143236130121
Binary111110011100111010100010010001100011101111010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CEA2; }

 p { color: rgb(249,206,162); }

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

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

 a { background-color: rgb(249,206,162); }

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

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

 span { border-color: rgb(249,206,162); }

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