#FEE562

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

Shades of Corn #FEE562

Tints of Corn #FEE562

Color information

#FEE562 (or 0xFEE562) is unknown color: approx Corn. HEX triplet: FE, E5 and 62. RGB value is (254,229,98). Sum of RGB (Red+Green+Blue) = 254+229+98=581 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.72% from 581); Green value is 229 (89.84% from 255 or 39.41% from 581); Blue value is 98 (38.67% from 255 or 16.87% from 581); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE562 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE562 is #011A9D. Grayscale: #DEDEDE. Windows color (decimal): -72350 or 6481406. OLE color: 6481406.

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

Color convert

RGB25422998-
CMYK00.100.610.00
HSL50.38º98.73%69.02%-
HSV(B)50.38º61.42%99.61%-
XYZ71.177.9922.86-
YUV221.5458.28151.15-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.72%
GREEN value IS 229 (89.84% from 255) = 39.41%
BLUE value IS 98 (38.67% from 255) = 16.87%
R=43.72%
G=39.41%
B=16.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.61
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542299800.100.610.0050.3898.7369.02
HexFEE5620A3D0326345
Octal37634514201275062143105
Binary1111111011100101110001001010111101011001011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE562; }

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

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

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

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

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

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

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

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