#F2CC9E

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

Shades of Tequila #F2CC9E

Tints of Tequila #F2CC9E

Color information

#F2CC9E (or 0xF2CC9E) is unknown color: approx Tequila. HEX triplet: F2, CC and 9E. RGB value is (242,204,158). Sum of RGB (Red+Green+Blue) = 242+204+158=604 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40.07% from 604); Green value is 204 (80.08% from 255 or 33.77% from 604); Blue value is 158 (62.11% from 255 or 26.16% from 604); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CC9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CC9E is #0D3361. Grayscale: #D2D2D2. Windows color (decimal): -865122 or 10407154. OLE color: 10407154.

HSL color Cylindrical-coordinate representation of color #F2CC9E: hue angle of 32.86º degrees, saturation: 0.76, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F2CC9E is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB242204158-
CMYK00.160.350.05
HSL32.86º76.36%78.43%-
HSV(B)32.86º34.71%94.9%-
XYZ64.3864.5341.41-
YUV210.1298.59150.74-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.07%
GREEN value IS 204 (80.08% from 255) = 33.77%
BLUE value IS 158 (62.11% from 255) = 26.16%
R=40.07%
G=33.77%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220415800.160.350.0532.8676.3678.43
HexF2CC9E010235214c4e
Octal36231423602043541114116
Binary11110010110011001001111001000010001110110000110011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CC9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CC9E; }

 p { color: rgb(242,204,158); }

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

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

 a { background-color: rgb(242,204,158); }

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

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

 span { border-color: rgb(242,204,158); }

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