#F1C496

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

Shades of New Tan #F1C496

Tints of New Tan #F1C496

Color information

#F1C496 (or 0xF1C496) is unknown color: approx New Tan. HEX triplet: F1, C4 and 96. RGB value is (241,196,150). Sum of RGB (Red+Green+Blue) = 241+196+150=587 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.06% from 587); Green value is 196 (76.95% from 255 or 33.39% from 587); Blue value is 150 (58.98% from 255 or 25.55% from 587); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C496 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C496 is #0E3B69. Grayscale: #CCCCCC. Windows color (decimal): -932714 or 9880817. OLE color: 9880817.

HSL color Cylindrical-coordinate representation of color #F1C496: hue angle of 30.33º 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 #F1C496 is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB241196150-
CMYK00.190.380.05
HSL30.33º76.47%76.67%-
HSV(B)30.33º37.76%94.51%-
XYZ61.5260.3837.27-
YUV204.2197.41154.24-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.06%
GREEN value IS 196 (76.95% from 255) = 33.39%
BLUE value IS 150 (58.98% from 255) = 25.55%
R=41.06%
G=33.39%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119615000.190.380.0530.3376.4776.67
HexF1C4960132651e4c4d
Octal36130422602346536114115
Binary1111000111000100100101100100111001101011111010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C496; }

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

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

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

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

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

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

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

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