#F8E297

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

Shades of Vis Vis #F8E297

Tints of Vis Vis #F8E297

Color information

#F8E297 (or 0xF8E297) is unknown color: approx Vis Vis. HEX triplet: F8, E2 and 97. RGB value is (248,226,151). Sum of RGB (Red+Green+Blue) = 248+226+151=625 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.68% from 625); Green value is 226 (88.67% from 255 or 36.16% from 625); Blue value is 151 (59.38% from 255 or 24.16% from 625); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E297 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8E297 is #071D68. Grayscale: #E0E0E0. Windows color (decimal): -466281 or 9954040. OLE color: 9954040.

HSL color Cylindrical-coordinate representation of color #F8E297: hue angle of 46.39º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F8E297 is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.03.

Color convert

RGB248226151-
CMYK00.090.390.03
HSL46.39º87.39%78.24%-
HSV(B)46.39º39.11%97.25%-
XYZ71.4976.5840.29-
YUV224.0386.79145.1-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.68%
GREEN value IS 226 (88.67% from 255) = 36.16%
BLUE value IS 151 (59.38% from 255) = 24.16%
R=39.68%
G=36.16%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.39
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822615100.090.390.0346.3987.3978.24
HexF8E297092732e574e
Octal37034222701147356127116
Binary111110001110001010010111010011001111110111010101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8E297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8E297; }

 p { color: rgb(248,226,151); }

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

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

 a { background-color: rgb(248,226,151); }

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

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

 span { border-color: rgb(248,226,151); }

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