#F7CF9E

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

Shades of Tequila #F7CF9E

Tints of Tequila #F7CF9E

Color information

#F7CF9E (or 0xF7CF9E) is unknown color: approx Tequila. HEX triplet: F7, CF and 9E. RGB value is (247,207,158). Sum of RGB (Red+Green+Blue) = 247+207+158=612 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.36% from 612); Green value is 207 (81.25% from 255 or 33.82% from 612); Blue value is 158 (62.11% from 255 or 25.82% from 612); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CF9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7CF9E is #083061. Grayscale: #D5D5D5. Windows color (decimal): -536674 or 10407927. OLE color: 10407927.

HSL color Cylindrical-coordinate representation of color #F7CF9E: hue angle of 33.03º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F7CF9E is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.03.

Color convert

RGB247207158-
CMYK00.160.360.03
HSL33.03º84.76%79.41%-
HSV(B)33.03º36.03%96.86%-
XYZ66.8466.8741.73-
YUV213.3796.75151.98-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.36%
GREEN value IS 207 (81.25% from 255) = 33.82%
BLUE value IS 158 (62.11% from 255) = 25.82%
R=40.36%
G=33.82%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.36
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720715800.160.360.0333.0384.7679.41
HexF7CF9E01024321554f
Octal36731723602044341125117
Binary1111011111001111100111100100001001001110000110101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CF9E; }

 p { color: rgb(247,207,158); }

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

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

 a { background-color: rgb(247,207,158); }

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

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

 span { border-color: rgb(247,207,158); }

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