#F5E592

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

Shades of Vis Vis #F5E592

Tints of Vis Vis #F5E592

Color information

#F5E592 (or 0xF5E592) is unknown color: approx Vis Vis. HEX triplet: F5, E5 and 92. RGB value is (245,229,146). Sum of RGB (Red+Green+Blue) = 245+229+146=620 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.52% from 620); Green value is 229 (89.84% from 255 or 36.94% from 620); Blue value is 146 (57.42% from 255 or 23.55% from 620); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E592 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5E592 is #0A1A6D. Grayscale: #E0E0E0. Windows color (decimal): -662126 or 9627125. OLE color: 9627125.

HSL color Cylindrical-coordinate representation of color #F5E592: hue angle of 50.3º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F5E592 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB245229146-
CMYK00.070.400.04
HSL50.3º83.19%76.67%-
HSV(B)50.3º40.41%96.08%-
XYZ70.8677.5338.42-
YUV224.3283.8142.75-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.52%
GREEN value IS 229 (89.84% from 255) = 36.94%
BLUE value IS 146 (57.42% from 255) = 23.55%
R=39.52%
G=36.94%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.40
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24522914600.070.400.0450.383.1976.67
HexF5E5920728432534d
Octal3653452220750462123115
Binary111101011110010110010010011110100010011001010100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E592; }

 p { color: rgb(245,229,146); }

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

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

 a { background-color: rgb(245,229,146); }

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

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

 span { border-color: rgb(245,229,146); }

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