Html Css Color HEX #F6CDA0 Tequila

📋 copy color: '#F6CDA0'

red 246 ◦ green 205 ◦ blue 160

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

Shades of Tequila #F6CDA0

Tints of Tequila #F6CDA0

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.55%

 BLUE value IS 160 (62.89% from 255) = 26.19%

R = 40.26%
G = 33.55%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.35

 K value IS 0.04

RGB Variations

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

Color information

#F6CDA0 (or 0xF6CDA0) is known color: Tequila. HEX triplet: F6, CD and A0. RGB value is (246,205,160). Sum of RGB (Red+Green+Blue) = 246+205+160=611 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.26% from 611); Green value is 205 (80.47% from 255 or 33.55% from 611); Blue value is 160 (62.89% from 255 or 26.19% from 611); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CDA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6CDA0 is #09325F. Grayscale: #D4D4D4. Windows color (decimal): -602720 or 10538486. OLE color: 10538486.

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

Color convert

RGB 246 205 160 -
CMYK 0 0.17 0.35 0.04
HSL 31.4º 0.83% 0.8% -
HSV(B) 31.4º 0.35% 0.96% -
XYZ 66.18 65.79 42.47 -
YUV 212.13 98.58 152.16 -
System Red Green Blue C M Y K H S L
Decimal 246 205 160 0 0.17 0.35 0.04 31.4 0.83 0.8
Hex F6 CD A0 0 11 23 4 1F 53 50
Octal 366 315 240 0 21 43 4 37 123 120
Binary 11110110 11001101 10100000 0 10001 100011 100 11111 1010011 1010000

Color Harmonies of #F6CDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CDA0

Black with #F6CDA0

Text Example


Text Example

White with #F6CDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CDA0; }

 p { color: rgb(246,205,160); }

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

background-color css

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

 a { background-color: rgb(246,205,160); }

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

border-color css

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

 span { border-color: rgb(246,205,160); }

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