#F1C095

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

Shades of New Tan #F1C095

Tints of New Tan #F1C095

Color information

#F1C095 (or 0xF1C095) is unknown color: approx New Tan. HEX triplet: F1, C0 and 95. RGB value is (241,192,149). Sum of RGB (Red+Green+Blue) = 241+192+149=582 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.41% from 582); Green value is 192 (75.39% from 255 or 32.99% from 582); Blue value is 149 (58.59% from 255 or 25.60% from 582); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C095 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C095 is #0E3F6A. Grayscale: #C9C9C9. Windows color (decimal): -933739 or 9814257. OLE color: 9814257.

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

Color convert

RGB241192149-
CMYK00.200.380.05
HSL28.04º76.67%76.47%-
HSV(B)28.04º38.17%94.51%-
XYZ60.5558.5736.55-
YUV201.7598.23156-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.41%
GREEN value IS 192 (75.39% from 255) = 32.99%
BLUE value IS 149 (58.59% from 255) = 25.60%
R=41.41%
G=32.99%
B=25.60%

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
Decimal24119214900.200.380.0528.0476.6776.47
HexF1C0950142651c4d4c
Octal36130022502446534115114
Binary1111000111000000100101010101001001101011110010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C095; }

 p { color: rgb(241,192,149); }

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

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

 a { background-color: rgb(241,192,149); }

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

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

 span { border-color: rgb(241,192,149); }

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