#f4cf99

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

Shades of Tequila #F4CF99

Tints of Tequila #F4CF99

Color information

#F4CF99 (or 0xF4CF99) is unknown color: approx Tequila. HEX triplet: F4, CF and 99. RGB value is (244,207,153). Sum of RGB (Red+Green+Blue) = 244+207+153=604 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.40% from 604); Green value is 207 (81.25% from 255 or 34.27% from 604); Blue value is 153 (60.16% from 255 or 25.33% from 604); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CF99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4CF99 is #0B3066. Grayscale: #D4D4D4. Windows color (decimal): -733287 or 10080244. OLE color: 10080244.

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

Color convert

RGB244207153-
CMYK00.150.370.04
HSL35.6º80.53%77.84%-
HSV(B)35.6º37.3%95.69%-
XYZ65.3766.1639.46-
YUV211.9194.76150.89-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.40%
GREEN value IS 207 (81.25% from 255) = 34.27%
BLUE value IS 153 (60.16% from 255) = 25.33%
R=40.40%
G=34.27%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.37
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24420715300.150.370.0435.680.5377.84
HexF4CF990F25424514e
Octal36431723101745444121116
Binary1111010011001111100110010111110010110010010010100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f4cf99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f4cf99; }

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

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

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

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

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

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

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

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