#fee388

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

Shades of Vis Vis #FEE388

Tints of Vis Vis #FEE388

Color information

#FEE388 (or 0xFEE388) is unknown color: approx Vis Vis. HEX triplet: FE, E3 and 88. RGB value is (254,227,136). Sum of RGB (Red+Green+Blue) = 254+227+136=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 227 (89.06% from 255 or 36.79% from 617); Blue value is 136 (53.52% from 255 or 22.04% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE388 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE388 is #011C77. Grayscale: #E1E1E1. Windows color (decimal): -72824 or 8971262. OLE color: 8971262.

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

Color convert

RGB254227136-
CMYK00.110.460.00
HSL46.27º98.33%76.47%-
HSV(B)46.27º46.46%99.61%-
XYZ72.7977.7934.47-
YUV224.777.95148.9-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.17%
GREEN value IS 227 (89.06% from 255) = 36.79%
BLUE value IS 136 (53.52% from 255) = 22.04%
R=41.17%
G=36.79%
B=22.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.46
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422713600.110.460.0046.2798.3376.47
HexFEE3880B2E02e624c
Octal37634321001356056142114
Binary11111110111000111000100001011101110010111011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fee388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fee388; }

 p { color: rgb(254,227,136); }

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

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

 a { background-color: rgb(254,227,136); }

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

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

 span { border-color: rgb(254,227,136); }

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