#FEE491

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

Shades of Vis Vis #FEE491

Tints of Vis Vis #FEE491

Color information

#FEE491 (or 0xFEE491) is unknown color: approx Vis Vis. HEX triplet: FE, E4 and 91. RGB value is (254,228,145). Sum of RGB (Red+Green+Blue) = 254+228+145=627 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.51% from 627); Green value is 228 (89.45% from 255 or 36.36% from 627); Blue value is 145 (57.03% from 255 or 23.13% from 627); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE491 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE491 is #011B6E. Grayscale: #E2E2E2. Windows color (decimal): -72559 or 9561342. OLE color: 9561342.

HSL color Cylindrical-coordinate representation of color #FEE491: hue angle of 45.69º 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 #FEE491 is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.00.

Color convert

RGB254228145-
CMYK00.100.430.00
HSL45.69º98.2%78.24%-
HSV(B)45.69º42.91%99.61%-
XYZ73.7378.638.07-
YUV226.3182.11147.75-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.51%
GREEN value IS 228 (89.45% from 255) = 36.36%
BLUE value IS 145 (57.03% from 255) = 23.13%
R=40.51%
G=36.36%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.43
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422814500.100.430.0045.6998.278.24
HexFEE4910A2B02e624e
Octal37634422101253056142116
Binary11111110111001001001000101010101011010111011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE491; }

 p { color: rgb(254,228,145); }

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

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

 a { background-color: rgb(254,228,145); }

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

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

 span { border-color: rgb(254,228,145); }

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