#FDE880

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

Shades of Sweet Corn #FDE880

Tints of Sweet Corn #FDE880

Color information

#FDE880 (or 0xFDE880) is unknown color: approx Sweet Corn. HEX triplet: FD, E8 and 80. RGB value is (253,232,128). Sum of RGB (Red+Green+Blue) = 253+232+128=613 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.27% from 613); Green value is 232 (91.02% from 255 or 37.85% from 613); Blue value is 128 (50.39% from 255 or 20.88% from 613); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE880 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDE880 is #02177F. Grayscale: #E2E2E2. Windows color (decimal): -137088 or 8448253. OLE color: 8448253.

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

Color convert

RGB253232128-
CMYK00.080.490.01
HSL49.92º96.9%74.71%-
HSV(B)49.92º49.41%99.22%-
XYZ73.2680.1532.03-
YUV226.4272.46146.96-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.27%
GREEN value IS 232 (91.02% from 255) = 37.85%
BLUE value IS 128 (50.39% from 255) = 20.88%
R=41.27%
G=37.85%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323212800.080.490.0149.9296.974.71
HexFDE8800831132614b
Octal37535020001061162141113
Binary11111101111010001000000001000110001111001011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE880; }

 p { color: rgb(253,232,128); }

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

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

 a { background-color: rgb(253,232,128); }

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

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

 span { border-color: rgb(253,232,128); }

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