#FEDF77

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

Shades of Sweet Corn #FEDF77

Tints of Sweet Corn #FEDF77

Color information

#FEDF77 (or 0xFEDF77) is unknown color: approx Sweet Corn. HEX triplet: FE, DF and 77. RGB value is (254,223,119). Sum of RGB (Red+Green+Blue) = 254+223+119=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 223 (87.5% from 255 or 37.42% from 596); Blue value is 119 (46.88% from 255 or 19.97% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDF77 is #012088. Grayscale: #DCDCDC. Windows color (decimal): -73865 or 7856126. OLE color: 7856126.

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

Color convert

RGB254223119-
CMYK00.120.530.00
HSL46.22º98.54%73.14%-
HSV(B)46.22º53.15%99.61%-
XYZ70.5975.1828.24-
YUV220.4170.77151.96-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.62%
GREEN value IS 223 (87.5% from 255) = 37.42%
BLUE value IS 119 (46.88% from 255) = 19.97%
R=42.62%
G=37.42%
B=19.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.53
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422311900.120.530.0046.2298.5473.14
HexFEDF770C3502e6349
Octal37633716701465056143111
Binary1111111011011111111011101100110101010111011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDF77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDF77; }

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

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

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

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

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

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

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

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