#FDE776

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

Shades of Sweet Corn #FDE776

Tints of Sweet Corn #FDE776

Color information

#FDE776 (or 0xFDE776) is unknown color: approx Sweet Corn. HEX triplet: FD, E7 and 76. RGB value is (253,231,118). Sum of RGB (Red+Green+Blue) = 253+231+118=602 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.03% from 602); Green value is 231 (90.62% from 255 or 38.37% from 602); Blue value is 118 (46.48% from 255 or 19.60% from 602); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE776 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDE776 is #021889. Grayscale: #E1E1E1. Windows color (decimal): -137354 or 7792637. OLE color: 7792637.

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

Color convert

RGB253231118-
CMYK00.090.530.01
HSL50.22º97.12%72.75%-
HSV(B)50.22º53.36%99.22%-
XYZ72.3579.3428.64-
YUV224.767.79148.19-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.03%
GREEN value IS 231 (90.62% from 255) = 38.37%
BLUE value IS 118 (46.48% from 255) = 19.60%
R=42.03%
G=38.37%
B=19.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.53
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323111800.090.530.0150.2297.1272.75
HexFDE77609351326149
Octal37534716601165162141111
Binary1111110111100111111011001001110101111001011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE776; }

 p { color: rgb(253,231,118); }

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

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

 a { background-color: rgb(253,231,118); }

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

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

 span { border-color: rgb(253,231,118); }

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