#FEE28A

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

Shades of Vis Vis #FEE28A

Tints of Vis Vis #FEE28A

Color information

#FEE28A (or 0xFEE28A) is unknown color: approx Vis Vis. HEX triplet: FE, E2 and 8A. RGB value is (254,226,138). Sum of RGB (Red+Green+Blue) = 254+226+138=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 226 (88.67% from 255 or 36.57% from 618); Blue value is 138 (54.30% from 255 or 22.33% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE28A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE28A is #011D75. Grayscale: #E0E0E0. Windows color (decimal): -73078 or 9102078. OLE color: 9102078.

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

Color convert

RGB254226138-
CMYK00.110.460.00
HSL45.52º98.31%76.86%-
HSV(B)45.52º45.67%99.61%-
XYZ72.6677.335.14-
YUV224.3479.28149.16-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.10%
GREEN value IS 226 (88.67% from 255) = 36.57%
BLUE value IS 138 (54.30% from 255) = 22.33%
R=41.10%
G=36.57%
B=22.33%

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
Decimal25422613800.110.460.0045.5298.3176.86
HexFEE28A0B2E02e624d
Octal37634221201356056142115
Binary11111110111000101000101001011101110010111011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE28A; }

 p { color: rgb(254,226,138); }

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

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

 a { background-color: rgb(254,226,138); }

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

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

 span { border-color: rgb(254,226,138); }

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