#F0E19A

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

Shades of Vis Vis #F0E19A

Tints of Vis Vis #F0E19A

Color information

#F0E19A (or 0xF0E19A) is unknown color: approx Vis Vis. HEX triplet: F0, E1 and 9A. RGB value is (240,225,154). Sum of RGB (Red+Green+Blue) = 240+225+154=619 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.77% from 619); Green value is 225 (88.28% from 255 or 36.35% from 619); Blue value is 154 (60.55% from 255 or 24.88% from 619); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E19A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E19A is #0F1E65. Grayscale: #DDDDDD. Windows color (decimal): -990822 or 10150384. OLE color: 10150384.

HSL color Cylindrical-coordinate representation of color #F0E19A: hue angle of 49.53º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F0E19A is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB240225154-
CMYK00.060.360.06
HSL49.53º74.14%77.25%-
HSV(B)49.53º35.83%94.12%-
XYZ68.6974.7141.37-
YUV221.3989.97141.27-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.77%
GREEN value IS 225 (88.28% from 255) = 36.35%
BLUE value IS 154 (60.55% from 255) = 24.88%
R=38.77%
G=36.35%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022515400.060.360.0649.5374.1477.25
HexF0E19A06246324a4d
Octal3603412320644662112115
Binary111100001110000110011010011010010011011001010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E19A; }

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

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

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

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

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

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

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

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