#F1E19A

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

Shades of Vis Vis #F1E19A

Tints of Vis Vis #F1E19A

Color information

#F1E19A (or 0xF1E19A) is unknown color: approx Vis Vis. HEX triplet: F1, E1 and 9A. RGB value is (241,225,154). Sum of RGB (Red+Green+Blue) = 241+225+154=620 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.87% from 620); Green value is 225 (88.28% from 255 or 36.29% from 620); Blue value is 154 (60.55% from 255 or 24.84% from 620); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E19A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E19A is #0E1E65. Grayscale: #DDDDDD. Windows color (decimal): -925286 or 10150385. OLE color: 10150385.

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

Color convert

RGB241225154-
CMYK00.070.360.05
HSL48.97º75.65%77.45%-
HSV(B)48.97º36.1%94.51%-
XYZ69.0374.8841.39-
YUV221.6989.8141.77-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.87%
GREEN value IS 225 (88.28% from 255) = 36.29%
BLUE value IS 154 (60.55% from 255) = 24.84%
R=38.87%
G=36.29%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122515400.070.360.0548.9775.6577.45
HexF1E19A07245314c4d
Octal3613412320744561114115
Binary111100011110000110011010011110010010111000110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E19A; }

 p { color: rgb(241,225,154); }

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

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

 a { background-color: rgb(241,225,154); }

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

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

 span { border-color: rgb(241,225,154); }

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