#F3CD99

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

Shades of Tequila #F3CD99

Tints of Tequila #F3CD99

Color information

#F3CD99 (or 0xF3CD99) is unknown color: approx Tequila. HEX triplet: F3, CD and 99. RGB value is (243,205,153). Sum of RGB (Red+Green+Blue) = 243+205+153=601 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.43% from 601); Green value is 205 (80.47% from 255 or 34.11% from 601); Blue value is 153 (60.16% from 255 or 25.46% from 601); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CD99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3CD99 is #0C3266. Grayscale: #D2D2D2. Windows color (decimal): -799335 or 10079731. OLE color: 10079731.

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

Color convert

RGB243205153-
CMYK00.160.370.05
HSL34.67º78.95%77.65%-
HSV(B)34.67º37.04%95.29%-
XYZ64.5465.0239.28-
YUV210.4395.59151.23-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.43%
GREEN value IS 205 (80.47% from 255) = 34.11%
BLUE value IS 153 (60.16% from 255) = 25.46%
R=40.43%
G=34.11%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24320515300.160.370.0534.6778.9577.65
HexF3CD99010255234f4e
Octal36331523102045543117116
Binary11110011110011011001100101000010010110110001110011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CD99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CD99; }

 p { color: rgb(243,205,153); }

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

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

 a { background-color: rgb(243,205,153); }

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

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

 span { border-color: rgb(243,205,153); }

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