#F2CF9C

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

Shades of Tequila #F2CF9C

Tints of Tequila #F2CF9C

Color information

#F2CF9C (or 0xF2CF9C) is unknown color: approx Tequila. HEX triplet: F2, CF and 9C. RGB value is (242,207,156). Sum of RGB (Red+Green+Blue) = 242+207+156=605 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40% from 605); Green value is 207 (81.25% from 255 or 34.21% from 605); Blue value is 156 (61.33% from 255 or 25.79% from 605); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CF9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CF9C is #0D3063. Grayscale: #D3D3D3. Windows color (decimal): -864356 or 10276850. OLE color: 10276850.

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

Color convert

RGB242207156-
CMYK00.140.360.05
HSL35.58º76.79%78.04%-
HSV(B)35.58º35.54%94.9%-
XYZ64.9365.940.75-
YUV211.6596.6149.65-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40%
GREEN value IS 207 (81.25% from 255) = 34.21%
BLUE value IS 156 (61.33% from 255) = 25.79%
R=40%
G=34.21%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220715600.140.360.0535.5876.7978.04
HexF2CF9C0E245244d4e
Octal36231723401644544115116
Binary1111001011001111100111000111010010010110010010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CF9C; }

 p { color: rgb(242,207,156); }

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

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

 a { background-color: rgb(242,207,156); }

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

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

 span { border-color: rgb(242,207,156); }

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