#FDE584

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

Shades of Sweet Corn #FDE584

Tints of Sweet Corn #FDE584

Color information

#FDE584 (or 0xFDE584) is unknown color: approx Sweet Corn. HEX triplet: FD, E5 and 84. RGB value is (253,229,132). Sum of RGB (Red+Green+Blue) = 253+229+132=614 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.21% from 614); Green value is 229 (89.84% from 255 or 37.30% from 614); Blue value is 132 (51.95% from 255 or 21.50% from 614); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE584 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE584 is #021A7B. Grayscale: #E1E1E1. Windows color (decimal): -137852 or 8709629. OLE color: 8709629.

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

Color convert

RGB253229132-
CMYK00.090.480.01
HSL48.1º96.8%75.49%-
HSV(B)48.1º47.83%99.22%-
XYZ72.6978.5933.17-
YUV225.1275.45147.89-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.21%
GREEN value IS 229 (89.84% from 255) = 37.30%
BLUE value IS 132 (51.95% from 255) = 21.50%
R=41.21%
G=37.30%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322913200.090.480.0148.196.875.49
HexFDE5840930130614b
Octal37534520401160160141113
Binary11111101111001011000010001001110000111000011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE584; }

 p { color: rgb(253,229,132); }

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

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

 a { background-color: rgb(253,229,132); }

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

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

 span { border-color: rgb(253,229,132); }

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