#F7CDA1

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

Shades of Tequila #F7CDA1

Tints of Tequila #F7CDA1

Color information

#F7CDA1 (or 0xF7CDA1) is unknown color: approx Tequila. HEX triplet: F7, CD and A1. RGB value is (247,205,161). Sum of RGB (Red+Green+Blue) = 247+205+161=613 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.29% from 613); Green value is 205 (80.47% from 255 or 33.44% from 613); Blue value is 161 (63.28% from 255 or 26.26% from 613); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CDA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7CDA1 is #08325E. Grayscale: #D4D4D4. Windows color (decimal): -537183 or 10604023. OLE color: 10604023.

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

Color convert

RGB247205161-
CMYK00.170.350.03
HSL30.7º84.31%80%-
HSV(B)30.7º34.82%96.86%-
XYZ66.6266.0142.95-
YUV212.5498.91152.58-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.29%
GREEN value IS 205 (80.47% from 255) = 33.44%
BLUE value IS 161 (63.28% from 255) = 26.26%
R=40.29%
G=33.44%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.35
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720516100.170.350.0330.784.3180
HexF7CDA10112331f5450
Octal36731524102143337124120
Binary111101111100110110100001010001100011111111110101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CDA1; }

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

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

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

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

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

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

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

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