#FDE591

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

Shades of Vis Vis #FDE591

Tints of Vis Vis #FDE591

Color information

#FDE591 (or 0xFDE591) is unknown color: approx Vis Vis. HEX triplet: FD, E5 and 91. RGB value is (253,229,145). Sum of RGB (Red+Green+Blue) = 253+229+145=627 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.35% from 627); Green value is 229 (89.84% from 255 or 36.52% from 627); Blue value is 145 (57.03% from 255 or 23.13% from 627); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE591 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE591 is #021A6E. Grayscale: #E2E2E2. Windows color (decimal): -137839 or 9561597. OLE color: 9561597.

HSL color Cylindrical-coordinate representation of color #FDE591: hue angle of 46.67º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FDE591 is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB253229145-
CMYK00.090.430.01
HSL46.67º96.43%78.04%-
HSV(B)46.67º42.69%99.22%-
XYZ73.6478.9738.15-
YUV226.681.95146.83-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.35%
GREEN value IS 229 (89.84% from 255) = 36.52%
BLUE value IS 145 (57.03% from 255) = 23.13%
R=40.35%
G=36.52%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322914500.090.430.0146.6796.4378.04
HexFDE591092B12f604e
Octal37534522101153157140116
Binary11111101111001011001000101001101011110111111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE591; }

 p { color: rgb(253,229,145); }

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

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

 a { background-color: rgb(253,229,145); }

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

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

 span { border-color: rgb(253,229,145); }

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