#FEE190

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

Shades of Vis Vis #FEE190

Tints of Vis Vis #FEE190

Color information

#FEE190 (or 0xFEE190) is unknown color: approx Vis Vis. HEX triplet: FE, E1 and 90. RGB value is (254,225,144). Sum of RGB (Red+Green+Blue) = 254+225+144=623 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.77% from 623); Green value is 225 (88.28% from 255 or 36.12% from 623); Blue value is 144 (56.64% from 255 or 23.11% from 623); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE190 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE190 is #011E6F. Grayscale: #E0E0E0. Windows color (decimal): -73328 or 9495038. OLE color: 9495038.

HSL color Cylindrical-coordinate representation of color #FEE190: hue angle of 44.18º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FEE190 is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.00.

Color convert

RGB254225144-
CMYK00.110.430.00
HSL44.18º98.21%78.04%-
HSV(B)44.18º43.31%99.61%-
XYZ72.8376.9337.4-
YUV224.4482.61149.09-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.77%
GREEN value IS 225 (88.28% from 255) = 36.12%
BLUE value IS 144 (56.64% from 255) = 23.11%
R=40.77%
G=36.12%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.43
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422514400.110.430.0044.1898.2178.04
HexFEE1900B2B02c624e
Octal37634122001353054142116
Binary11111110111000011001000001011101011010110011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE190; }

 p { color: rgb(254,225,144); }

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

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

 a { background-color: rgb(254,225,144); }

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

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

 span { border-color: rgb(254,225,144); }

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