#FDEA7C

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

Shades of Sweet Corn #FDEA7C

Tints of Sweet Corn #FDEA7C

Color information

#FDEA7C (or 0xFDEA7C) is unknown color: approx Sweet Corn. HEX triplet: FD, EA and 7C. RGB value is (253,234,124). Sum of RGB (Red+Green+Blue) = 253+234+124=611 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.41% from 611); Green value is 234 (91.80% from 255 or 38.30% from 611); Blue value is 124 (48.83% from 255 or 20.29% from 611); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEA7C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEA7C is #021583. Grayscale: #E3E3E3. Windows color (decimal): -136580 or 8186621. OLE color: 8186621.

HSL color Cylindrical-coordinate representation of color #FDEA7C: hue angle of 51.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 #FDEA7C is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB253234124-
CMYK00.080.510.01
HSL51.16º96.99%73.92%-
HSV(B)51.16º50.99%99.22%-
XYZ73.5781.1830.86-
YUV227.1469.79146.44-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.41%
GREEN value IS 234 (91.80% from 255) = 38.30%
BLUE value IS 124 (48.83% from 255) = 20.29%
R=41.41%
G=38.30%
B=20.29%

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
Decimal25323412400.080.510.0151.1696.9973.92
HexFDEA7C0833133614a
Octal37535217401063163141112
Binary1111110111101010111110001000110011111001111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEA7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEA7C; }

 p { color: rgb(253,234,124); }

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

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

 a { background-color: rgb(253,234,124); }

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

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

 span { border-color: rgb(253,234,124); }

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