#F7CD9F

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

Shades of Tequila #F7CD9F

Tints of Tequila #F7CD9F

Color information

#F7CD9F (or 0xF7CD9F) is unknown color: approx Tequila. HEX triplet: F7, CD and 9F. RGB value is (247,205,159). Sum of RGB (Red+Green+Blue) = 247+205+159=611 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.43% from 611); Green value is 205 (80.47% from 255 or 33.55% from 611); Blue value is 159 (62.5% from 255 or 26.02% from 611); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CD9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7CD9F is #083260. Grayscale: #D4D4D4. Windows color (decimal): -537185 or 10472951. OLE color: 10472951.

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

Color convert

RGB247205159-
CMYK00.170.360.03
HSL31.36º84.62%79.61%-
HSV(B)31.36º35.63%96.86%-
XYZ66.4565.9442.03-
YUV212.3197.91152.74-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.43%
GREEN value IS 205 (80.47% from 255) = 33.55%
BLUE value IS 159 (62.5% from 255) = 26.02%
R=40.43%
G=33.55%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.36
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720515900.170.360.0331.3684.6279.61
HexF7CD9F0112431f5550
Octal36731523702144337125120
Binary111101111100110110011111010001100100111111110101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CD9F; }

 p { color: rgb(247,205,159); }

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

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

 a { background-color: rgb(247,205,159); }

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

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

 span { border-color: rgb(247,205,159); }

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