#f4e196

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

Shades of Vis Vis #F4E196

Tints of Vis Vis #F4E196

Color information

#F4E196 (or 0xF4E196) is unknown color: approx Vis Vis. HEX triplet: F4, E1 and 96. RGB value is (244,225,150). Sum of RGB (Red+Green+Blue) = 244+225+150=619 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.42% from 619); Green value is 225 (88.28% from 255 or 36.35% from 619); Blue value is 150 (58.98% from 255 or 24.23% from 619); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E196 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4E196 is #0B1E69. Grayscale: #DEDEDE. Windows color (decimal): -728682 or 9888244. OLE color: 9888244.

HSL color Cylindrical-coordinate representation of color #F4E196: hue angle of 47.87º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F4E196 is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB244225150-
CMYK00.080.390.04
HSL47.87º81.03%77.25%-
HSV(B)47.87º38.52%95.69%-
XYZ69.7475.2939.71-
YUV222.1387.29143.6-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.42%
GREEN value IS 225 (88.28% from 255) = 36.35%
BLUE value IS 150 (58.98% from 255) = 24.23%
R=39.42%
G=36.35%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24422515000.080.390.0447.8781.0377.25
HexF4E1960827430514d
Octal36434122601047460121115
Binary1111010011100001100101100100010011110011000010100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f4e196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f4e196; }

 p { color: rgb(244,225,150); }

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

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

 a { background-color: rgb(244,225,150); }

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

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

 span { border-color: rgb(244,225,150); }

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