#F4CFA9

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

Shades of Tequila #F4CFA9

Tints of Tequila #F4CFA9

Color information

#F4CFA9 (or 0xF4CFA9) is unknown color: approx Tequila. HEX triplet: F4, CF and A9. RGB value is (244,207,169). Sum of RGB (Red+Green+Blue) = 244+207+169=620 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.35% from 620); Green value is 207 (81.25% from 255 or 33.39% from 620); Blue value is 169 (66.41% from 255 or 27.26% from 620); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CFA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4CFA9 is #0B3056. Grayscale: #D5D5D5. Windows color (decimal): -733271 or 11128820. OLE color: 11128820.

HSL color Cylindrical-coordinate representation of color #F4CFA9: hue angle of 30.4º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F4CFA9 is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB244207169-
CMYK00.150.310.04
HSL30.4º77.32%80.98%-
HSV(B)30.4º30.74%95.69%-
XYZ66.7866.7246.9-
YUV213.73102.76149.59-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.35%
GREEN value IS 207 (81.25% from 255) = 33.39%
BLUE value IS 169 (66.41% from 255) = 27.26%
R=39.35%
G=33.39%
B=27.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.31
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24420716900.150.310.0430.477.3280.98
HexF4CFA90F1F41e4d51
Octal36431725101737436115121
Binary11110100110011111010100101111111111001111010011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CFA9; }

 p { color: rgb(244,207,169); }

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

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

 a { background-color: rgb(244,207,169); }

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

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

 span { border-color: rgb(244,207,169); }

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