#F4CF9F

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

Shades of Tequila #F4CF9F

Tints of Tequila #F4CF9F

Color information

#F4CF9F (or 0xF4CF9F) is unknown color: approx Tequila. HEX triplet: F4, CF and 9F. RGB value is (244,207,159). Sum of RGB (Red+Green+Blue) = 244+207+159=610 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40% from 610); Green value is 207 (81.25% from 255 or 33.93% from 610); Blue value is 159 (62.5% from 255 or 26.07% from 610); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CF9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4CF9F is #0B3060. Grayscale: #D4D4D4. Windows color (decimal): -733281 or 10473460. OLE color: 10473460.

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

Color convert

RGB244207159-
CMYK00.150.350.04
HSL33.88º79.44%79.02%-
HSV(B)33.88º34.84%95.69%-
XYZ65.8866.3642.14-
YUV212.5997.76150.4-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40%
GREEN value IS 207 (81.25% from 255) = 33.93%
BLUE value IS 159 (62.5% from 255) = 26.07%
R=40%
G=33.93%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.35
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24420715900.150.350.0433.8879.4479.02
HexF4CF9F0F234224f4f
Octal36431723701743442117117
Binary1111010011001111100111110111110001110010001010011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CF9F; }

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

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

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

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

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

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

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

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