#FEDE77

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

Shades of Sweet Corn #FEDE77

Tints of Sweet Corn #FEDE77

Color information

#FEDE77 (or 0xFEDE77) is unknown color: approx Sweet Corn. HEX triplet: FE, DE and 77. RGB value is (254,222,119). Sum of RGB (Red+Green+Blue) = 254+222+119=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 222 (87.11% from 255 or 37.31% from 595); Blue value is 119 (46.88% from 255 or 20% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDE77 is #012188. Grayscale: #DCDCDC. Windows color (decimal): -74121 or 7855870. OLE color: 7855870.

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

Color convert

RGB254222119-
CMYK00.130.530.00
HSL45.78º98.54%73.14%-
HSV(B)45.78º53.15%99.61%-
XYZ70.3274.6528.15-
YUV219.8371.1152.38-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.69%
GREEN value IS 222 (87.11% from 255) = 37.31%
BLUE value IS 119 (46.88% from 255) = 20%
R=42.69%
G=37.31%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.53
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422211900.130.530.0045.7898.5473.14
HexFEDE770D3502e6349
Octal37633616701565056143111
Binary1111111011011110111011101101110101010111011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDE77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDE77; }

 p { color: rgb(254,222,119); }

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

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

 a { background-color: rgb(254,222,119); }

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

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

 span { border-color: rgb(254,222,119); }

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