#F8E490

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

Shades of Vis Vis #F8E490

Tints of Vis Vis #F8E490

Color information

#F8E490 (or 0xF8E490) is unknown color: approx Vis Vis. HEX triplet: F8, E4 and 90. RGB value is (248,228,144). Sum of RGB (Red+Green+Blue) = 248+228+144=620 (82% of max value = 765). Red value is 248 (97.27% from 255 or 40% from 620); Green value is 228 (89.45% from 255 or 36.77% from 620); Blue value is 144 (56.64% from 255 or 23.23% from 620); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E490 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8E490 is #071B6F. Grayscale: #E0E0E0. Windows color (decimal): -465776 or 9495800. OLE color: 9495800.

HSL color Cylindrical-coordinate representation of color #F8E490: hue angle of 48.46º 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 #F8E490 is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.03.

Color convert

RGB248228144-
CMYK00.080.420.03
HSL48.46º88.14%76.86%-
HSV(B)48.46º41.94%97.25%-
XYZ71.4977.4637.57-
YUV224.482.63144.83-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40%
GREEN value IS 228 (89.45% from 255) = 36.77%
BLUE value IS 144 (56.64% from 255) = 23.23%
R=40%
G=36.77%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.42
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822814400.080.420.0348.4688.1476.86
HexF8E490082A330584d
Octal37034422001052360130115
Binary111110001110010010010000010001010101111000010110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8E490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8E490; }

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

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

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

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

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

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

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

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