#FDED59

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

Shades of Corn #FDED59

Tints of Corn #FDED59

Color information

#FDED59 (or 0xFDED59) is unknown color: approx Corn. HEX triplet: FD, ED and 59. RGB value is (253,237,89). Sum of RGB (Red+Green+Blue) = 253+237+89=579 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.70% from 579); Green value is 237 (92.97% from 255 or 40.93% from 579); Blue value is 89 (35.16% from 255 or 15.37% from 579); Max value from RGB is 253 - color contains mainly: red. Hex color #FDED59 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDED59 is #0212A6. Grayscale: #E1E1E1. Windows color (decimal): -135847 or 5893629. OLE color: 5893629.

HSL color Cylindrical-coordinate representation of color #FDED59: hue angle of 54.15º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FDED59 is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.01.

Color convert

RGB25323789-
CMYK00.060.650.01
HSL54.15º97.62%67.06%-
HSV(B)54.15º64.82%99.22%-
XYZ72.682.1721.49-
YUV224.9151.3148.03-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.70%
GREEN value IS 237 (92.97% from 255) = 40.93%
BLUE value IS 89 (35.16% from 255) = 15.37%
R=43.70%
G=40.93%
B=15.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.65
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532378900.060.650.0154.1597.6267.06
HexFDED5906411366243
Octal37535513106101166142103
Binary1111110111101101101100101101000001111011011000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDED59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDED59; }

 p { color: rgb(253,237,89); }

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

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

 a { background-color: rgb(253,237,89); }

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

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

 span { border-color: rgb(253,237,89); }

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