#F1C296

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

Shades of New Tan #F1C296

Tints of New Tan #F1C296

Color information

#F1C296 (or 0xF1C296) is unknown color: approx New Tan. HEX triplet: F1, C2 and 96. RGB value is (241,194,150). Sum of RGB (Red+Green+Blue) = 241+194+150=585 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.20% from 585); Green value is 194 (76.17% from 255 or 33.16% from 585); Blue value is 150 (58.98% from 255 or 25.64% from 585); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C296 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C296 is #0E3D69. Grayscale: #CBCBCB. Windows color (decimal): -933226 or 9880305. OLE color: 9880305.

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

Color convert

RGB241194150-
CMYK00.200.380.05
HSL29.01º76.47%76.67%-
HSV(B)29.01º37.76%94.51%-
XYZ61.0759.4937.12-
YUV203.0498.07155.08-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.20%
GREEN value IS 194 (76.17% from 255) = 33.16%
BLUE value IS 150 (58.98% from 255) = 25.64%
R=41.20%
G=33.16%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119415000.200.380.0529.0176.4776.67
HexF1C2960142651d4c4d
Octal36130222602446535114115
Binary1111000111000010100101100101001001101011110110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C296; }

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

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

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

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

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

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

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

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