#F8E096

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

Shades of Vis Vis #F8E096

Tints of Vis Vis #F8E096

Color information

#F8E096 (or 0xF8E096) is unknown color: approx Vis Vis. HEX triplet: F8, E0 and 96. RGB value is (248,224,150). Sum of RGB (Red+Green+Blue) = 248+224+150=622 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.87% from 622); Green value is 224 (87.89% from 255 or 36.01% from 622); Blue value is 150 (58.98% from 255 or 24.12% from 622); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E096 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8E096 is #071F69. Grayscale: #DFDFDF. Windows color (decimal): -466794 or 9887992. OLE color: 9887992.

HSL color Cylindrical-coordinate representation of color #F8E096: hue angle of 45.31º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F8E096 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB248224150-
CMYK00.100.400.03
HSL45.31º87.5%78.04%-
HSV(B)45.31º39.52%97.25%-
XYZ70.8775.4739.69-
YUV222.7486.95146.02-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.87%
GREEN value IS 224 (87.89% from 255) = 36.01%
BLUE value IS 150 (58.98% from 255) = 24.12%
R=39.87%
G=36.01%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822415000.100.400.0345.3187.578.04
HexF8E0960A2832d584e
Octal37034022601250355130116
Binary111110001110000010010110010101010001110110110110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8E096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8E096; }

 p { color: rgb(248,224,150); }

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

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

 a { background-color: rgb(248,224,150); }

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

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

 span { border-color: rgb(248,224,150); }

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