#FDE45D

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

Shades of Corn #FDE45D

Tints of Corn #FDE45D

Color information

#FDE45D (or 0xFDE45D) is unknown color: approx Corn. HEX triplet: FD, E4 and 5D. RGB value is (253,228,93). Sum of RGB (Red+Green+Blue) = 253+228+93=574 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44.08% from 574); Green value is 228 (89.45% from 255 or 39.72% from 574); Blue value is 93 (36.72% from 255 or 16.20% from 574); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE45D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE45D is #021BA2. Grayscale: #DCDCDC. Windows color (decimal): -138147 or 6153469. OLE color: 6153469.

HSL color Cylindrical-coordinate representation of color #FDE45D: hue angle of 50.62º 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 #FDE45D is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB25322893-
CMYK00.100.630.01
HSL50.62º97.56%67.84%-
HSV(B)50.62º63.24%99.22%-
XYZ70.2377.1621.55-
YUV220.0856.28151.48-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.08%
GREEN value IS 228 (89.45% from 255) = 39.72%
BLUE value IS 93 (36.72% from 255) = 16.20%
R=44.08%
G=39.72%
B=16.20%

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
Decimal2532289300.100.630.0150.6297.5667.84
HexFDE45D0A3F1336244
Octal37534413501277163142104
Binary1111110111100100101110101010111111111001111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE45D; }

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

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

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

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

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

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

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

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