#FDE571

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

Shades of Sweet Corn #FDE571

Tints of Sweet Corn #FDE571

Color information

#FDE571 (or 0xFDE571) is unknown color: approx Sweet Corn. HEX triplet: FD, E5 and 71. RGB value is (253,229,113). Sum of RGB (Red+Green+Blue) = 253+229+113=595 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.52% from 595); Green value is 229 (89.84% from 255 or 38.49% from 595); Blue value is 113 (44.53% from 255 or 18.99% from 595); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE571 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE571 is #021A8E. Grayscale: #DFDFDF. Windows color (decimal): -137871 or 7464445. OLE color: 7464445.

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

Color convert

RGB253229113-
CMYK00.090.550.01
HSL49.71º97.22%71.76%-
HSV(B)49.71º55.34%99.22%-
XYZ71.5178.1126.93-
YUV222.9565.95149.43-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.52%
GREEN value IS 229 (89.84% from 255) = 38.49%
BLUE value IS 113 (44.53% from 255) = 18.99%
R=42.52%
G=38.49%
B=18.99%

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
Decimal25322911300.090.550.0149.7197.2271.76
HexFDE57109371326148
Octal37534516101167162141110
Binary1111110111100101111000101001110111111001011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE571; }

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

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

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

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

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

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

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

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