#FDE771

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

Shades of Sweet Corn #FDE771

Tints of Sweet Corn #FDE771

Color information

#FDE771 (or 0xFDE771) is unknown color: approx Sweet Corn. HEX triplet: FD, E7 and 71. RGB value is (253,231,113). Sum of RGB (Red+Green+Blue) = 253+231+113=597 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.38% from 597); Green value is 231 (90.62% from 255 or 38.69% from 597); Blue value is 113 (44.53% from 255 or 18.93% from 597); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE771 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDE771 is #02188E. Grayscale: #E0E0E0. Windows color (decimal): -137359 or 7464957. OLE color: 7464957.

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

Color convert

RGB253231113-
CMYK00.090.550.01
HSL50.57º97.22%71.76%-
HSV(B)50.57º55.34%99.22%-
XYZ72.0679.2327.12-
YUV224.1365.29148.59-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.38%
GREEN value IS 231 (90.62% from 255) = 38.69%
BLUE value IS 113 (44.53% from 255) = 18.93%
R=42.38%
G=38.69%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323111300.090.550.0150.5797.2271.76
HexFDE77109371336148
Octal37534716101167163141110
Binary1111110111100111111000101001110111111001111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE771; }

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

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

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

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

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

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

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

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