#FDE87D

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

Shades of Sweet Corn #FDE87D

Tints of Sweet Corn #FDE87D

Color information

#FDE87D (or 0xFDE87D) is unknown color: approx Sweet Corn. HEX triplet: FD, E8 and 7D. RGB value is (253,232,125). Sum of RGB (Red+Green+Blue) = 253+232+125=610 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.48% from 610); Green value is 232 (91.02% from 255 or 38.03% from 610); Blue value is 125 (49.22% from 255 or 20.49% from 610); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE87D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDE87D is #021782. Grayscale: #E2E2E2. Windows color (decimal): -137091 or 8251645. OLE color: 8251645.

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

Color convert

RGB253232125-
CMYK00.080.510.01
HSL50.16º96.97%74.12%-
HSV(B)50.16º50.59%99.22%-
XYZ73.0780.0831.01-
YUV226.0870.96147.2-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.48%
GREEN value IS 232 (91.02% from 255) = 38.03%
BLUE value IS 125 (49.22% from 255) = 20.49%
R=41.48%
G=38.03%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.51
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323212500.080.510.0150.1696.9774.12
HexFDE87D0833132614a
Octal37535017501063162141112
Binary1111110111101000111110101000110011111001011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE87D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE87D; }

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

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

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

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

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

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

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

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