#FDE55E

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

Shades of Corn #FDE55E

Tints of Corn #FDE55E

Color information

#FDE55E (or 0xFDE55E) is unknown color: approx Corn. HEX triplet: FD, E5 and 5E. RGB value is (253,229,94). Sum of RGB (Red+Green+Blue) = 253+229+94=576 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.92% from 576); Green value is 229 (89.84% from 255 or 39.76% from 576); Blue value is 94 (37.11% from 255 or 16.32% from 576); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE55E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE55E is #021AA1. Grayscale: #DDDDDD. Windows color (decimal): -137890 or 6219261. OLE color: 6219261.

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

Color convert

RGB25322994-
CMYK00.090.630.01
HSL50.94º97.55%68.04%-
HSV(B)50.94º62.85%99.22%-
XYZ70.5577.7321.87-
YUV220.7956.45150.98-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.92%
GREEN value IS 229 (89.84% from 255) = 39.76%
BLUE value IS 94 (37.11% from 255) = 16.32%
R=43.92%
G=39.76%
B=16.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532299400.090.630.0150.9497.5568.04
HexFDE55E093F1336244
Octal37534513601177163142104
Binary1111110111100101101111001001111111111001111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE55E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE55E; }

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

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

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

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

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

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

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

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