#F1E096

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

Shades of Vis Vis #F1E096

Tints of Vis Vis #F1E096

Color information

#F1E096 (or 0xF1E096) is unknown color: approx Vis Vis. HEX triplet: F1, E0 and 96. RGB value is (241,224,150). Sum of RGB (Red+Green+Blue) = 241+224+150=615 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.19% from 615); Green value is 224 (87.89% from 255 or 36.42% from 615); Blue value is 150 (58.98% from 255 or 24.39% from 615); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E096 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E096 is #0E1F69. Grayscale: #DCDCDC. Windows color (decimal): -925546 or 9887985. OLE color: 9887985.

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

Color convert

RGB241224150-
CMYK00.070.380.05
HSL48.79º76.47%76.67%-
HSV(B)48.79º37.76%94.51%-
XYZ68.4474.2139.57-
YUV220.6588.13142.52-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.19%
GREEN value IS 224 (87.89% from 255) = 36.42%
BLUE value IS 150 (58.98% from 255) = 24.39%
R=39.19%
G=36.42%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122415000.070.380.0548.7976.4776.67
HexF1E09607265314c4d
Octal3613402260746561114115
Binary111100011110000010010110011110011010111000110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E096; }

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

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

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

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

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

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

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

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