#FEDF76

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

Shades of Sweet Corn #FEDF76

Tints of Sweet Corn #FEDF76

Color information

#FEDF76 (or 0xFEDF76) is unknown color: approx Sweet Corn. HEX triplet: FE, DF and 76. RGB value is (254,223,118). Sum of RGB (Red+Green+Blue) = 254+223+118=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 223 (87.5% from 255 or 37.48% from 595); Blue value is 118 (46.48% from 255 or 19.83% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDF76 is #012089. Grayscale: #DCDCDC. Windows color (decimal): -73866 or 7790590. OLE color: 7790590.

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

Color convert

RGB254223118-
CMYK00.120.540.00
HSL46.32º98.55%72.94%-
HSV(B)46.32º53.54%99.61%-
XYZ70.5375.1527.93-
YUV220.370.27152.04-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.69%
GREEN value IS 223 (87.5% from 255) = 37.48%
BLUE value IS 118 (46.48% from 255) = 19.83%
R=42.69%
G=37.48%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.54
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422311800.120.540.0046.3298.5572.94
HexFEDF760C3602e6349
Octal37633716601466056143111
Binary1111111011011111111011001100110110010111011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDF76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDF76; }

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

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

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

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

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

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

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

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