#FDE57A

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

Shades of Sweet Corn #FDE57A

Tints of Sweet Corn #FDE57A

Color information

#FDE57A (or 0xFDE57A) is unknown color: approx Sweet Corn. HEX triplet: FD, E5 and 7A. RGB value is (253,229,122). Sum of RGB (Red+Green+Blue) = 253+229+122=604 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.89% from 604); Green value is 229 (89.84% from 255 or 37.91% from 604); Blue value is 122 (48.05% from 255 or 20.20% from 604); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE57A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE57A is #021A85. Grayscale: #E0E0E0. Windows color (decimal): -137862 or 8054269. OLE color: 8054269.

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

Color convert

RGB253229122-
CMYK00.090.520.01
HSL49.01º97.04%73.53%-
HSV(B)49.01º51.78%99.22%-
XYZ72.0478.3329.73-
YUV223.9870.45148.7-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.89%
GREEN value IS 229 (89.84% from 255) = 37.91%
BLUE value IS 122 (48.05% from 255) = 20.20%
R=41.89%
G=37.91%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.52
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322912200.090.520.0149.0197.0473.53
HexFDE57A0934131614a
Octal37534517201164161141112
Binary1111110111100101111101001001110100111000111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE57A; }

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

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

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

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

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

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

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

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