#F5E19A

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

Shades of Vis Vis #F5E19A

Tints of Vis Vis #F5E19A

Color information

#F5E19A (or 0xF5E19A) is unknown color: approx Vis Vis. HEX triplet: F5, E1 and 9A. RGB value is (245,225,154). Sum of RGB (Red+Green+Blue) = 245+225+154=624 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.26% from 624); Green value is 225 (88.28% from 255 or 36.06% from 624); Blue value is 154 (60.55% from 255 or 24.68% from 624); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E19A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5E19A is #0A1E65. Grayscale: #DFDFDF. Windows color (decimal): -663142 or 10150389. OLE color: 10150389.

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

Color convert

RGB245225154-
CMYK00.080.370.04
HSL46.81º81.98%78.24%-
HSV(B)46.81º37.14%96.08%-
XYZ70.4175.641.45-
YUV222.8989.13143.77-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.26%
GREEN value IS 225 (88.28% from 255) = 36.06%
BLUE value IS 154 (60.55% from 255) = 24.68%
R=39.26%
G=36.06%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.37
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24522515400.080.370.0446.8181.9878.24
HexF5E19A082542f524e
Octal36534123201045457122116
Binary1111010111100001100110100100010010110010111110100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E19A; }

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

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

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

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

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

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

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

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