#FDED5C

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

Shades of Corn #FDED5C

Tints of Corn #FDED5C

Color information

#FDED5C (or 0xFDED5C) is unknown color: approx Corn. HEX triplet: FD, ED and 5C. RGB value is (253,237,92). Sum of RGB (Red+Green+Blue) = 253+237+92=582 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.47% from 582); Green value is 237 (92.97% from 255 or 40.72% from 582); Blue value is 92 (36.33% from 255 or 15.81% from 582); Max value from RGB is 253 - color contains mainly: red. Hex color #FDED5C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDED5C is #0212A3. Grayscale: #E1E1E1. Windows color (decimal): -135844 or 6090237. OLE color: 6090237.

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

Color convert

RGB25323792-
CMYK00.060.640.01
HSL54.04º97.58%67.65%-
HSV(B)54.04º63.64%99.22%-
XYZ72.7282.2222.16-
YUV225.2552.8147.79-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.47%
GREEN value IS 237 (92.97% from 255) = 40.72%
BLUE value IS 92 (36.33% from 255) = 15.81%
R=43.47%
G=40.72%
B=15.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.64
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532379200.060.640.0154.0497.5867.65
HexFDED5C06401366244
Octal37535513406100166142104
Binary1111110111101101101110001101000000111011011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDED5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDED5C; }

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

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

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

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

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

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

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

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