#FDE383

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

Shades of Sweet Corn #FDE383

Tints of Sweet Corn #FDE383

Color information

#FDE383 (or 0xFDE383) is unknown color: approx Sweet Corn. HEX triplet: FD, E3 and 83. RGB value is (253,227,131). Sum of RGB (Red+Green+Blue) = 253+227+131=611 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.41% from 611); Green value is 227 (89.06% from 255 or 37.15% from 611); Blue value is 131 (51.56% from 255 or 21.44% from 611); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE383 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE383 is #021C7C. Grayscale: #E0E0E0. Windows color (decimal): -138365 or 8643581. OLE color: 8643581.

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

Color convert

RGB253227131-
CMYK00.100.480.01
HSL47.21º96.83%75.29%-
HSV(B)47.21º48.22%99.22%-
XYZ72.0777.4632.63-
YUV223.8375.61148.81-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.41%
GREEN value IS 227 (89.06% from 255) = 37.15%
BLUE value IS 131 (51.56% from 255) = 21.44%
R=41.41%
G=37.15%
B=21.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322713100.100.480.0147.2196.8375.29
HexFDE3830A3012f614b
Octal37534320301260157141113
Binary11111101111000111000001101010110000110111111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE383; }

 p { color: rgb(253,227,131); }

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

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

 a { background-color: rgb(253,227,131); }

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

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

 span { border-color: rgb(253,227,131); }

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