#F5E18E

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

Shades of Vis Vis #F5E18E

Tints of Vis Vis #F5E18E

Color information

#F5E18E (or 0xF5E18E) is unknown color: approx Vis Vis. HEX triplet: F5, E1 and 8E. RGB value is (245,225,142). Sum of RGB (Red+Green+Blue) = 245+225+142=612 (81% of max value = 765). Red value is 245 (96.09% from 255 or 40.03% from 612); Green value is 225 (88.28% from 255 or 36.76% from 612); Blue value is 142 (55.86% from 255 or 23.20% from 612); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E18E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5E18E is #0A1E71. Grayscale: #DDDDDD. Windows color (decimal): -663154 or 9363957. OLE color: 9363957.

HSL color Cylindrical-coordinate representation of color #F5E18E: hue angle of 48.35º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F5E18E is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB245225142-
CMYK00.080.420.04
HSL48.35º83.74%75.88%-
HSV(B)48.35º42.04%96.08%-
XYZ69.4675.2236.45-
YUV221.5283.13144.75-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.03%
GREEN value IS 225 (88.28% from 255) = 36.76%
BLUE value IS 142 (55.86% from 255) = 23.20%
R=40.03%
G=36.76%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24522514200.080.420.0448.3583.7475.88
HexF5E18E082A430544c
Octal36534121601052460124114
Binary1111010111100001100011100100010101010011000010101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E18E; }

 p { color: rgb(245,225,142); }

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

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

 a { background-color: rgb(245,225,142); }

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

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

 span { border-color: rgb(245,225,142); }

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