#FDE981

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

Shades of Sweet Corn #FDE981

Tints of Sweet Corn #FDE981

Color information

#FDE981 (or 0xFDE981) is unknown color: approx Sweet Corn. HEX triplet: FD, E9 and 81. RGB value is (253,233,129). Sum of RGB (Red+Green+Blue) = 253+233+129=615 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.14% from 615); Green value is 233 (91.41% from 255 or 37.89% from 615); Blue value is 129 (50.78% from 255 or 20.98% from 615); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE981 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDE981 is #02167E. Grayscale: #E3E3E3. Windows color (decimal): -136831 or 8514045. OLE color: 8514045.

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

Color convert

RGB253233129-
CMYK00.080.490.01
HSL50.32º96.88%74.9%-
HSV(B)50.32º49.01%99.22%-
XYZ73.6180.7532.47-
YUV227.1272.63146.46-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.14%
GREEN value IS 233 (91.41% from 255) = 37.89%
BLUE value IS 129 (50.78% from 255) = 20.98%
R=41.14%
G=37.89%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323312900.080.490.0150.3296.8874.9
HexFDE9810831132614b
Octal37535120101061162141113
Binary11111101111010011000000101000110001111001011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE981; }

 p { color: rgb(253,233,129); }

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

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

 a { background-color: rgb(253,233,129); }

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

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

 span { border-color: rgb(253,233,129); }

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