#F4CC9A

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

Shades of Tequila #F4CC9A

Tints of Tequila #F4CC9A

Color information

#F4CC9A (or 0xF4CC9A) is unknown color: approx Tequila. HEX triplet: F4, CC and 9A. RGB value is (244,204,154). Sum of RGB (Red+Green+Blue) = 244+204+154=602 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.53% from 602); Green value is 204 (80.08% from 255 or 33.89% from 602); Blue value is 154 (60.55% from 255 or 25.58% from 602); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CC9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4CC9A is #0B3365. Grayscale: #D2D2D2. Windows color (decimal): -734054 or 10145012. OLE color: 10145012.

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

Color convert

RGB244204154-
CMYK00.160.370.04
HSL33.33º80.36%78.04%-
HSV(B)33.33º36.89%95.69%-
XYZ64.7364.7539.66-
YUV210.2696.25152.07-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.53%
GREEN value IS 204 (80.08% from 255) = 33.89%
BLUE value IS 154 (60.55% from 255) = 25.58%
R=40.53%
G=33.89%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.37
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24420415400.160.370.0433.3380.3678.04
HexF4CC9A01025421504e
Octal36431423202045441120116
Binary11110100110011001001101001000010010110010000110100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CC9A; }

 p { color: rgb(244,204,154); }

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

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

 a { background-color: rgb(244,204,154); }

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

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

 span { border-color: rgb(244,204,154); }

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