#F8E48E

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

Shades of Vis Vis #F8E48E

Tints of Vis Vis #F8E48E

Color information

#F8E48E (or 0xF8E48E) is unknown color: approx Vis Vis. HEX triplet: F8, E4 and 8E. RGB value is (248,228,142). Sum of RGB (Red+Green+Blue) = 248+228+142=618 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.13% from 618); Green value is 228 (89.45% from 255 or 36.89% from 618); Blue value is 142 (55.86% from 255 or 22.98% from 618); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E48E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8E48E is #071B71. Grayscale: #E0E0E0. Windows color (decimal): -465778 or 9364728. OLE color: 9364728.

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

Color convert

RGB248228142-
CMYK00.080.430.03
HSL48.68º88.33%76.47%-
HSV(B)48.68º42.74%97.25%-
XYZ71.3477.436.77-
YUV224.1881.63144.99-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.13%
GREEN value IS 228 (89.45% from 255) = 36.89%
BLUE value IS 142 (55.86% from 255) = 22.98%
R=40.13%
G=36.89%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.43
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822814200.080.430.0348.6888.3376.47
HexF8E48E082B331584c
Octal37034421601053361130114
Binary111110001110010010001110010001010111111000110110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8E48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8E48E; }

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

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

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

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

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

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

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

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