#F7D29F

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

Shades of Tequila #F7D29F

Tints of Tequila #F7D29F

Color information

#F7D29F (or 0xF7D29F) is unknown color: approx Tequila. HEX triplet: F7, D2 and 9F. RGB value is (247,210,159). Sum of RGB (Red+Green+Blue) = 247+210+159=616 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.10% from 616); Green value is 210 (82.42% from 255 or 34.09% from 616); Blue value is 159 (62.5% from 255 or 25.81% from 616); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D29F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7D29F is #082D60. Grayscale: #D7D7D7. Windows color (decimal): -535905 or 10474231. OLE color: 10474231.

HSL color Cylindrical-coordinate representation of color #F7D29F: hue angle of 34.77º 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 #F7D29F is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.03.

Color convert

RGB247210159-
CMYK00.150.360.03
HSL34.77º84.62%79.61%-
HSV(B)34.77º35.63%96.86%-
XYZ67.6668.3742.43-
YUV215.2596.26150.65-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.10%
GREEN value IS 210 (82.42% from 255) = 34.09%
BLUE value IS 159 (62.5% from 255) = 25.81%
R=40.10%
G=34.09%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.36
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24721015900.150.360.0334.7784.6279.61
HexF7D29F0F243235550
Octal36732223701744343125120
Binary111101111101001010011111011111001001110001110101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7D29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7D29F; }

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

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

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

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

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

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

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

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