Html Css Color HEX #F6D2A6 Tequila

📋 copy color: '#F6D2A6'

red 246 ◦ green 210 ◦ blue 166

#F6D2A6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tequila #F6D2A6

Tints of Tequila #F6D2A6

RGB

 RED value IS 246 (96.48% from 255) = 39.55%

 GREEN value IS 210 (82.42% from 255) = 33.76%

 BLUE value IS 166 (65.23% from 255) = 26.69%

R = 39.55%
G = 33.76%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.33

 K value IS 0.04

RGB Variations

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

Color information

#F6D2A6 (or 0xF6D2A6) is known color: Tequila. HEX triplet: F6, D2 and A6. RGB value is (246,210,166). Sum of RGB (Red+Green+Blue) = 246+210+166=622 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.55% from 622); Green value is 210 (82.42% from 255 or 33.76% from 622); Blue value is 166 (65.23% from 255 or 26.69% from 622); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D2A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D2A6 is #092D59. Grayscale: #D7D7D7. Windows color (decimal): -601434 or 10932982. OLE color: 10932982.

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

Color convert

RGB 246 210 166 -
CMYK 0 0.15 0.33 0.04
HSL 33º 0.82% 0.81% -
HSV(B) 33º 0.33% 0.96% -
XYZ 67.94 68.44 45.71 -
YUV 215.75 99.93 149.58 -
System Red Green Blue C M Y K H S L
Decimal 246 210 166 0 0.15 0.33 0.04 33 0.82 0.81
Hex F6 D2 A6 0 F 21 4 21 52 51
Octal 366 322 246 0 17 41 4 41 122 121
Binary 11110110 11010010 10100110 0 1111 100001 100 100001 1010010 1010001

Color Harmonies of #F6D2A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D2A6

Black with #F6D2A6

Text Example


Text Example

White with #F6D2A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D2A6; }

 p { color: rgb(246,210,166); }

 H1.HeaderClassName
 {
   color: #F6D2A6;
 }
 .AnyTagClassName
 {
   color: #F6D2A6;
 }
</style>

background-color css

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

 a { background-color: rgb(246,210,166); }

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

border-color css

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

 span { border-color: rgb(246,210,166); }

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