#F8E290

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

Shades of Vis Vis #F8E290

Tints of Vis Vis #F8E290

Color information

#F8E290 (or 0xF8E290) is unknown color: approx Vis Vis. HEX triplet: F8, E2 and 90. RGB value is (248,226,144). Sum of RGB (Red+Green+Blue) = 248+226+144=618 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.13% from 618); Green value is 226 (88.67% from 255 or 36.57% from 618); Blue value is 144 (56.64% from 255 or 23.30% from 618); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E290 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8E290 is #071D6F. Grayscale: #DFDFDF. Windows color (decimal): -466288 or 9495288. OLE color: 9495288.

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

Color convert

RGB248226144-
CMYK00.090.420.03
HSL47.31º88.14%76.86%-
HSV(B)47.31º41.94%97.25%-
XYZ70.9476.3637.39-
YUV223.2383.29145.67-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.13%
GREEN value IS 226 (88.67% from 255) = 36.57%
BLUE value IS 144 (56.64% from 255) = 23.30%
R=40.13%
G=36.57%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.42
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822614400.090.420.0347.3188.1476.86
HexF8E290092A32f584d
Octal37034222001152357130115
Binary111110001110001010010000010011010101110111110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8E290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8E290; }

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

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

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

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

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

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

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

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