#F1E095

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

Shades of Vis Vis #F1E095

Tints of Vis Vis #F1E095

Color information

#F1E095 (or 0xF1E095) is unknown color: approx Vis Vis. HEX triplet: F1, E0 and 95. RGB value is (241,224,149). Sum of RGB (Red+Green+Blue) = 241+224+149=614 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.25% from 614); Green value is 224 (87.89% from 255 or 36.48% from 614); Blue value is 149 (58.59% from 255 or 24.27% from 614); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E095 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E095 is #0E1F6A. Grayscale: #DCDCDC. Windows color (decimal): -925547 or 9822449. OLE color: 9822449.

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

Color convert

RGB241224149-
CMYK00.070.380.05
HSL48.91º76.67%76.47%-
HSV(B)48.91º38.17%94.51%-
XYZ68.3674.1839.15-
YUV220.5387.63142.6-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.25%
GREEN value IS 224 (87.89% from 255) = 36.48%
BLUE value IS 149 (58.59% from 255) = 24.27%
R=39.25%
G=36.48%
B=24.27%

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
Decimal24122414900.070.380.0548.9176.6776.47
HexF1E09507265314d4c
Octal3613402250746561115114
Binary111100011110000010010101011110011010111000110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E095; }

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

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

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

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

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

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

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

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