#FDE47D

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

Shades of Sweet Corn #FDE47D

Tints of Sweet Corn #FDE47D

Color information

#FDE47D (or 0xFDE47D) is unknown color: approx Sweet Corn. HEX triplet: FD, E4 and 7D. RGB value is (253,228,125). Sum of RGB (Red+Green+Blue) = 253+228+125=606 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.75% from 606); Green value is 228 (89.45% from 255 or 37.62% from 606); Blue value is 125 (49.22% from 255 or 20.63% from 606); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE47D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE47D is #021B82. Grayscale: #E0E0E0. Windows color (decimal): -138115 or 8250621. OLE color: 8250621.

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

Color convert

RGB253228125-
CMYK00.100.510.01
HSL48.28º96.97%74.12%-
HSV(B)48.28º50.59%99.22%-
XYZ71.9577.8530.64-
YUV223.7372.28148.88-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.75%
GREEN value IS 228 (89.45% from 255) = 37.62%
BLUE value IS 125 (49.22% from 255) = 20.63%
R=41.75%
G=37.62%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.51
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322812500.100.510.0148.2896.9774.12
HexFDE47D0A33130614a
Octal37534417501263160141112
Binary1111110111100100111110101010110011111000011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE47D; }

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

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

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

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

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

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

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

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