#FDE47E

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

Shades of Sweet Corn #FDE47E

Tints of Sweet Corn #FDE47E

Color information

#FDE47E (or 0xFDE47E) is unknown color: approx Sweet Corn. HEX triplet: FD, E4 and 7E. RGB value is (253,228,126). Sum of RGB (Red+Green+Blue) = 253+228+126=607 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.68% from 607); Green value is 228 (89.45% from 255 or 37.56% from 607); Blue value is 126 (49.61% from 255 or 20.76% from 607); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE47E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE47E is #021B81. Grayscale: #E0E0E0. Windows color (decimal): -138114 or 8316157. OLE color: 8316157.

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

Color convert

RGB253228126-
CMYK00.100.500.01
HSL48.19º96.95%74.31%-
HSV(B)48.19º50.2%99.22%-
XYZ72.0277.8830.97-
YUV223.8572.78148.79-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.68%
GREEN value IS 228 (89.45% from 255) = 37.56%
BLUE value IS 126 (49.61% from 255) = 20.76%
R=41.68%
G=37.56%
B=20.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.50
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322812600.100.500.0148.1996.9574.31
HexFDE47E0A32130614a
Octal37534417601262160141112
Binary1111110111100100111111001010110010111000011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE47E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE47E; }

 p { color: rgb(253,228,126); }

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

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

 a { background-color: rgb(253,228,126); }

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

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

 span { border-color: rgb(253,228,126); }

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