#F0CFA4

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

Shades of Tequila #F0CFA4

Tints of Tequila #F0CFA4

Color information

#F0CFA4 (or 0xF0CFA4) is unknown color: approx Tequila. HEX triplet: F0, CF and A4. RGB value is (240,207,164). Sum of RGB (Red+Green+Blue) = 240+207+164=611 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.28% from 611); Green value is 207 (81.25% from 255 or 33.88% from 611); Blue value is 164 (64.45% from 255 or 26.84% from 611); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CFA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CFA4 is #0F305B. Grayscale: #D4D4D4. Windows color (decimal): -995420 or 10801136. OLE color: 10801136.

HSL color Cylindrical-coordinate representation of color #F0CFA4: hue angle of 33.95º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F0CFA4 is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB240207164-
CMYK00.140.320.06
HSL33.95º71.7%79.22%-
HSV(B)33.95º31.67%94.12%-
XYZ64.9565.8344.41-
YUV211.96100.93148-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.28%
GREEN value IS 207 (81.25% from 255) = 33.88%
BLUE value IS 164 (64.45% from 255) = 26.84%
R=39.28%
G=33.88%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020716400.140.320.0633.9571.779.22
HexF0CFA40E20622484f
Octal36031724401640642110117
Binary1111000011001111101001000111010000011010001010010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CFA4; }

 p { color: rgb(240,207,164); }

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

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

 a { background-color: rgb(240,207,164); }

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

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

 span { border-color: rgb(240,207,164); }

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