#F0E098

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

Shades of Vis Vis #F0E098

Tints of Vis Vis #F0E098

Color information

#F0E098 (or 0xF0E098) is unknown color: approx Vis Vis. HEX triplet: F0, E0 and 98. RGB value is (240,224,152). Sum of RGB (Red+Green+Blue) = 240+224+152=616 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.96% from 616); Green value is 224 (87.89% from 255 or 36.36% from 616); Blue value is 152 (59.77% from 255 or 24.68% from 616); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E098 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E098 is #0F1F67. Grayscale: #DCDCDC. Windows color (decimal): -991080 or 10019056. OLE color: 10019056.

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

Color convert

RGB240224152-
CMYK00.070.370.06
HSL49.09º74.58%76.86%-
HSV(B)49.09º36.67%94.12%-
XYZ68.2674.140.41-
YUV220.5889.3141.85-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.96%
GREEN value IS 224 (87.89% from 255) = 36.36%
BLUE value IS 152 (59.77% from 255) = 24.68%
R=38.96%
G=36.36%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022415200.070.370.0649.0974.5876.86
HexF0E09807256314b4d
Octal3603402300745661113115
Binary111100001110000010011000011110010111011000110010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E098; }

 p { color: rgb(240,224,152); }

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

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

 a { background-color: rgb(240,224,152); }

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

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

 span { border-color: rgb(240,224,152); }

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