#FDE45E

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

Shades of Corn #FDE45E

Tints of Corn #FDE45E

Color information

#FDE45E (or 0xFDE45E) is unknown color: approx Corn. HEX triplet: FD, E4 and 5E. RGB value is (253,228,94). Sum of RGB (Red+Green+Blue) = 253+228+94=575 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44% from 575); Green value is 228 (89.45% from 255 or 39.65% from 575); Blue value is 94 (37.11% from 255 or 16.35% from 575); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE45E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE45E is #021BA1. Grayscale: #DCDCDC. Windows color (decimal): -138146 or 6219005. OLE color: 6219005.

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

Color convert

RGB25322894-
CMYK00.100.630.01
HSL50.57º97.55%68.04%-
HSV(B)50.57º62.85%99.22%-
XYZ70.2777.1821.78-
YUV220.256.78151.4-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44%
GREEN value IS 228 (89.45% from 255) = 39.65%
BLUE value IS 94 (37.11% from 255) = 16.35%
R=44%
G=39.65%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532289400.100.630.0150.5797.5568.04
HexFDE45E0A3F1336244
Octal37534413601277163142104
Binary1111110111100100101111001010111111111001111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE45E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE45E; }

 p { color: rgb(253,228,94); }

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

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

 a { background-color: rgb(253,228,94); }

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

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

 span { border-color: rgb(253,228,94); }

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