#F1CE9B

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

Shades of Tequila #F1CE9B

Tints of Tequila #F1CE9B

Color information

#F1CE9B (or 0xF1CE9B) is unknown color: approx Tequila. HEX triplet: F1, CE and 9B. RGB value is (241,206,155). Sum of RGB (Red+Green+Blue) = 241+206+155=602 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.03% from 602); Green value is 206 (80.86% from 255 or 34.22% from 602); Blue value is 155 (60.94% from 255 or 25.75% from 602); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CE9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1CE9B is #0E3164. Grayscale: #D2D2D2. Windows color (decimal): -930149 or 10211057. OLE color: 10211057.

HSL color Cylindrical-coordinate representation of color #F1CE9B: hue angle of 35.58º degrees, saturation: 0.75, 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 #F1CE9B is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB241206155-
CMYK00.150.360.05
HSL35.58º75.44%77.65%-
HSV(B)35.58º35.68%94.51%-
XYZ64.2665.2140.21-
YUV210.6596.6149.65-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.03%
GREEN value IS 206 (80.86% from 255) = 34.22%
BLUE value IS 155 (60.94% from 255) = 25.75%
R=40.03%
G=34.22%
B=25.75%

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
Decimal24120615500.150.360.0535.5875.4477.65
HexF1CE9B0F245244b4e
Octal36131623301744544113116
Binary1111000111001110100110110111110010010110010010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CE9B; }

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

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

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

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

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

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

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

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