Html Css Color HEX #F9CCA0 Tequila

📋 copy color: '#F9CCA0'

red 249 ◦ green 204 ◦ blue 160

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

Shades of Tequila #F9CCA0

Tints of Tequila #F9CCA0

RGB

 RED value IS 249 (97.66% from 255) = 40.62%

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

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

R = 40.62%
G = 33.28%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#F9CCA0 (or 0xF9CCA0) is known color: Tequila. HEX triplet: F9, CC and A0. RGB value is (249,204,160). Sum of RGB (Red+Green+Blue) = 249+204+160=613 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.62% from 613); Green value is 204 (80.08% from 255 or 33.28% from 613); Blue value is 160 (62.89% from 255 or 26.10% from 613); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CCA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9CCA0 is #06335F. Grayscale: #D4D4D4. Windows color (decimal): -406368 or 10538233. OLE color: 10538233.

HSL color Cylindrical-coordinate representation of color #F9CCA0: hue angle of 29.66º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F9CCA0 is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 204 160 -
CMYK 0 0.18 0.36 0.02
HSL 29.66º 0.88% 0.8% -
HSV(B) 29.66º 0.36% 0.98% -
XYZ 67 65.86 42.44 -
YUV 212.44 98.41 154.08 -
System Red Green Blue C M Y K H S L
Decimal 249 204 160 0 0.18 0.36 0.02 29.66 0.88 0.8
Hex F9 CC A0 0 12 24 2 1E 58 50
Octal 371 314 240 0 22 44 2 36 130 120
Binary 11111001 11001100 10100000 0 10010 100100 10 11110 1011000 1010000

Color Harmonies of #F9CCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CCA0

Black with #F9CCA0

Text Example


Text Example

White with #F9CCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CCA0; }

 p { color: rgb(249,204,160); }

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

background-color css

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

 a { background-color: rgb(249,204,160); }

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

border-color css

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

 span { border-color: rgb(249,204,160); }

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