#F5E492

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

Shades of Vis Vis #F5E492

Tints of Vis Vis #F5E492

Color information

#F5E492 (or 0xF5E492) is unknown color: approx Vis Vis. HEX triplet: F5, E4 and 92. RGB value is (245,228,146). Sum of RGB (Red+Green+Blue) = 245+228+146=619 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.58% from 619); Green value is 228 (89.45% from 255 or 36.83% from 619); Blue value is 146 (57.42% from 255 or 23.59% from 619); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E492 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5E492 is #0A1B6D. Grayscale: #E0E0E0. Windows color (decimal): -662382 or 9626869. OLE color: 9626869.

HSL color Cylindrical-coordinate representation of color #F5E492: hue angle of 49.7º 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 #F5E492 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB245228146-
CMYK00.070.400.04
HSL49.7º83.19%76.67%-
HSV(B)49.7º40.41%96.08%-
XYZ70.5976.9738.33-
YUV223.7484.13143.17-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.58%
GREEN value IS 228 (89.45% from 255) = 36.83%
BLUE value IS 146 (57.42% from 255) = 23.59%
R=39.58%
G=36.83%
B=23.59%

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
Decimal24522814600.070.400.0449.783.1976.67
HexF5E4920728432534d
Octal3653442220750462123115
Binary111101011110010010010010011110100010011001010100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E492; }

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

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

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

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

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

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

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

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