#F1C696

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

Shades of New Tan #F1C696

Tints of New Tan #F1C696

Color information

#F1C696 (or 0xF1C696) is unknown color: approx New Tan. HEX triplet: F1, C6 and 96. RGB value is (241,198,150). Sum of RGB (Red+Green+Blue) = 241+198+150=589 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.92% from 589); Green value is 198 (77.73% from 255 or 33.62% from 589); Blue value is 150 (58.98% from 255 or 25.47% from 589); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C696 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C696 is #0E3969. Grayscale: #CDCDCD. Windows color (decimal): -932202 or 9881329. OLE color: 9881329.

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

Color convert

RGB241198150-
CMYK00.180.380.05
HSL31.65º76.47%76.67%-
HSV(B)31.65º37.76%94.51%-
XYZ61.9761.2937.42-
YUV205.3896.75153.4-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.92%
GREEN value IS 198 (77.73% from 255) = 33.62%
BLUE value IS 150 (58.98% from 255) = 25.47%
R=40.92%
G=33.62%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119815000.180.380.0531.6576.4776.67
HexF1C696012265204c4d
Octal36130622602246540114115
Binary11110001110001101001011001001010011010110000010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C696; }

 p { color: rgb(241,198,150); }

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

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

 a { background-color: rgb(241,198,150); }

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

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

 span { border-color: rgb(241,198,150); }

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