#F2CF9F

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

Shades of Tequila #F2CF9F

Tints of Tequila #F2CF9F

Color information

#F2CF9F (or 0xF2CF9F) is unknown color: approx Tequila. HEX triplet: F2, CF and 9F. RGB value is (242,207,159). Sum of RGB (Red+Green+Blue) = 242+207+159=608 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.80% from 608); Green value is 207 (81.25% from 255 or 34.05% from 608); Blue value is 159 (62.5% from 255 or 26.15% from 608); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CF9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CF9F is #0D3060. Grayscale: #D4D4D4. Windows color (decimal): -864353 or 10473458. OLE color: 10473458.

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

Color convert

RGB242207159-
CMYK00.140.340.05
HSL34.7º76.15%78.63%-
HSV(B)34.7º34.3%94.9%-
XYZ65.1966.0142.11-
YUV211.9998.1149.4-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.80%
GREEN value IS 207 (81.25% from 255) = 34.05%
BLUE value IS 159 (62.5% from 255) = 26.15%
R=39.80%
G=34.05%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220715900.140.340.0534.776.1578.63
HexF2CF9F0E225234c4f
Octal36231723701642543114117
Binary1111001011001111100111110111010001010110001110011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CF9F; }

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

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

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

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

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

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

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

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