#F1C494

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

Shades of New Tan #F1C494

Tints of New Tan #F1C494

Color information

#F1C494 (or 0xF1C494) is unknown color: approx New Tan. HEX triplet: F1, C4 and 94. RGB value is (241,196,148). Sum of RGB (Red+Green+Blue) = 241+196+148=585 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.20% from 585); Green value is 196 (76.95% from 255 or 33.50% from 585); Blue value is 148 (58.20% from 255 or 25.30% from 585); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C494 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C494 is #0E3B6B. Grayscale: #CCCCCC. Windows color (decimal): -932716 or 9749745. OLE color: 9749745.

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

Color convert

RGB241196148-
CMYK00.190.390.05
HSL30.97º76.86%76.27%-
HSV(B)30.97º38.59%94.51%-
XYZ61.3660.3236.43-
YUV203.9896.41154.4-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.20%
GREEN value IS 196 (76.95% from 255) = 33.50%
BLUE value IS 148 (58.20% from 255) = 25.30%
R=41.20%
G=33.50%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119614800.190.390.0530.9776.8676.27
HexF1C4940132751f4d4c
Octal36130422402347537115114
Binary1111000111000100100101000100111001111011111110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C494; }

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

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

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

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

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

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

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

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