#F8E18C

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

Shades of Vis Vis #F8E18C

Tints of Vis Vis #F8E18C

Color information

#F8E18C (or 0xF8E18C) is unknown color: approx Vis Vis. HEX triplet: F8, E1 and 8C. RGB value is (248,225,140). Sum of RGB (Red+Green+Blue) = 248+225+140=613 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.46% from 613); Green value is 225 (88.28% from 255 or 36.70% from 613); Blue value is 140 (55.08% from 255 or 22.84% from 613); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E18C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8E18C is #071E73. Grayscale: #DEDEDE. Windows color (decimal): -466548 or 9232888. OLE color: 9232888.

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

Color convert

RGB248225140-
CMYK00.090.440.03
HSL47.22º88.52%76.08%-
HSV(B)47.22º43.55%97.25%-
XYZ70.3775.735.71-
YUV222.1981.62146.41-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.46%
GREEN value IS 225 (88.28% from 255) = 36.70%
BLUE value IS 140 (55.08% from 255) = 22.84%
R=40.46%
G=36.70%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.44
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822514000.090.440.0347.2288.5276.08
HexF8E18C092C32f594c
Octal37034121401154357131114
Binary111110001110000110001100010011011001110111110110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8E18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8E18C; }

 p { color: rgb(248,225,140); }

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

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

 a { background-color: rgb(248,225,140); }

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

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

 span { border-color: rgb(248,225,140); }

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