Html Css Color HEX #F6CC9E Tequila

📋 copy color: '#F6CC9E'

red 246 ◦ green 204 ◦ blue 158

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

Shades of Tequila #F6CC9E

Tints of Tequila #F6CC9E

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.55%

 BLUE value IS 158 (62.11% from 255) = 25.99%

R = 40.46%
G = 33.55%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.36

 K value IS 0.04

RGB Variations

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

Color information

#F6CC9E (or 0xF6CC9E) is known color: Tequila. HEX triplet: F6, CC and 9E. RGB value is (246,204,158). Sum of RGB (Red+Green+Blue) = 246+204+158=608 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.46% from 608); Green value is 204 (80.08% from 255 or 33.55% from 608); Blue value is 158 (62.11% from 255 or 25.99% from 608); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CC9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6CC9E is #093361. Grayscale: #D3D3D3. Windows color (decimal): -602978 or 10407158. OLE color: 10407158.

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

Color convert

RGB 246 204 158 -
CMYK 0 0.17 0.36 0.04
HSL 31.36º 0.83% 0.79% -
HSV(B) 31.36º 0.36% 0.96% -
XYZ 65.77 65.25 41.48 -
YUV 211.31 97.91 152.74 -
System Red Green Blue C M Y K H S L
Decimal 246 204 158 0 0.17 0.36 0.04 31.36 0.83 0.79
Hex F6 CC 9E 0 11 24 4 1F 53 4F
Octal 366 314 236 0 21 44 4 37 123 117
Binary 11110110 11001100 10011110 0 10001 100100 100 11111 1010011 1001111

Color Harmonies of #F6CC9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CC9E

Black with #F6CC9E

Text Example


Text Example

White with #F6CC9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CC9E; }

 p { color: rgb(246,204,158); }

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

background-color css

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

 a { background-color: rgb(246,204,158); }

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

border-color css

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

 span { border-color: rgb(246,204,158); }

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