#fee362

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

Shades of Corn #FEE362

Tints of Corn #FEE362

Color information

#FEE362 (or 0xFEE362) is unknown color: approx Corn. HEX triplet: FE, E3 and 62. RGB value is (254,227,98). Sum of RGB (Red+Green+Blue) = 254+227+98=579 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.87% from 579); Green value is 227 (89.06% from 255 or 39.21% from 579); Blue value is 98 (38.67% from 255 or 16.93% from 579); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE362 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE362 is #011C9D. Grayscale: #DCDCDC. Windows color (decimal): -72862 or 6480894. OLE color: 6480894.

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

Color convert

RGB25422798-
CMYK00.110.610.00
HSL49.62º98.73%69.02%-
HSV(B)49.62º61.42%99.61%-
XYZ70.5576.8922.68-
YUV220.3758.95151.99-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.87%
GREEN value IS 227 (89.06% from 255) = 39.21%
BLUE value IS 98 (38.67% from 255) = 16.93%
R=43.87%
G=39.21%
B=16.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.61
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542279800.110.610.0049.6298.7369.02
HexFEE3620B3D0326345
Octal37634314201375062143105
Binary1111111011100011110001001011111101011001011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fee362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fee362; }

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

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

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

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

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

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

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

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