#F2CE9B

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

Shades of Tequila #F2CE9B

Tints of Tequila #F2CE9B

Color information

#F2CE9B (or 0xF2CE9B) is unknown color: approx Tequila. HEX triplet: F2, CE and 9B. RGB value is (242,206,155). Sum of RGB (Red+Green+Blue) = 242+206+155=603 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.13% from 603); Green value is 206 (80.86% from 255 or 34.16% from 603); Blue value is 155 (60.94% from 255 or 25.70% from 603); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CE9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CE9B is #0D3164. Grayscale: #D3D3D3. Windows color (decimal): -864613 or 10211058. OLE color: 10211058.

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

Color convert

RGB242206155-
CMYK00.150.360.05
HSL35.17º76.99%77.84%-
HSV(B)35.17º35.95%94.9%-
XYZ64.6165.3940.23-
YUV210.9596.43150.15-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.13%
GREEN value IS 206 (80.86% from 255) = 34.16%
BLUE value IS 155 (60.94% from 255) = 25.70%
R=40.13%
G=34.16%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220615500.150.360.0535.1776.9977.84
HexF2CE9B0F245234d4e
Octal36231623301744543115116
Binary1111001011001110100110110111110010010110001110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CE9B; }

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

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

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

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

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

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

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

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