#F2CE9D

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

Shades of Tequila #F2CE9D

Tints of Tequila #F2CE9D

Color information

#F2CE9D (or 0xF2CE9D) is unknown color: approx Tequila. HEX triplet: F2, CE and 9D. RGB value is (242,206,157). Sum of RGB (Red+Green+Blue) = 242+206+157=605 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40% from 605); Green value is 206 (80.86% from 255 or 34.05% from 605); Blue value is 157 (61.72% from 255 or 25.95% from 605); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CE9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CE9D is #0D3162. Grayscale: #D3D3D3. Windows color (decimal): -864611 or 10342130. OLE color: 10342130.

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

Color convert

RGB242206157-
CMYK00.150.350.05
HSL34.59º76.58%78.24%-
HSV(B)34.59º35.12%94.9%-
XYZ64.7865.4541.12-
YUV211.1897.43149.98-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40%
GREEN value IS 206 (80.86% from 255) = 34.05%
BLUE value IS 157 (61.72% from 255) = 25.95%
R=40%
G=34.05%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220615700.150.350.0534.5976.5878.24
HexF2CE9D0F235234d4e
Octal36231623501743543115116
Binary1111001011001110100111010111110001110110001110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CE9D; }

 p { color: rgb(242,206,157); }

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

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

 a { background-color: rgb(242,206,157); }

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

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

 span { border-color: rgb(242,206,157); }

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