#FDE77A

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

Shades of Sweet Corn #FDE77A

Tints of Sweet Corn #FDE77A

Color information

#FDE77A (or 0xFDE77A) is unknown color: approx Sweet Corn. HEX triplet: FD, E7 and 7A. RGB value is (253,231,122). Sum of RGB (Red+Green+Blue) = 253+231+122=606 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.75% from 606); Green value is 231 (90.62% from 255 or 38.12% from 606); Blue value is 122 (48.05% from 255 or 20.13% from 606); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE77A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDE77A is #021885. Grayscale: #E1E1E1. Windows color (decimal): -137350 or 8054781. OLE color: 8054781.

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

Color convert

RGB253231122-
CMYK00.090.520.01
HSL49.92º97.04%73.53%-
HSV(B)49.92º51.78%99.22%-
XYZ72.679.4429.92-
YUV225.1569.79147.86-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.75%
GREEN value IS 231 (90.62% from 255) = 38.12%
BLUE value IS 122 (48.05% from 255) = 20.13%
R=41.75%
G=38.12%
B=20.13%

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
Decimal25323112200.090.520.0149.9297.0473.53
HexFDE77A0934132614a
Octal37534717201164162141112
Binary1111110111100111111101001001110100111001011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE77A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE77A; }

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

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

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

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

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

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

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

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