#FDE65E

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

Shades of Corn #FDE65E

Tints of Corn #FDE65E

Color information

#FDE65E (or 0xFDE65E) is unknown color: approx Corn. HEX triplet: FD, E6 and 5E. RGB value is (253,230,94). Sum of RGB (Red+Green+Blue) = 253+230+94=577 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.85% from 577); Green value is 230 (90.23% from 255 or 39.86% from 577); Blue value is 94 (37.11% from 255 or 16.29% from 577); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE65E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDE65E is #0219A1. Grayscale: #DDDDDD. Windows color (decimal): -137634 or 6219517. OLE color: 6219517.

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

Color convert

RGB25323094-
CMYK00.090.630.01
HSL51.32º97.55%68.04%-
HSV(B)51.32º62.85%99.22%-
XYZ70.8378.2821.97-
YUV221.3756.12150.56-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.85%
GREEN value IS 230 (90.23% from 255) = 39.86%
BLUE value IS 94 (37.11% from 255) = 16.29%
R=43.85%
G=39.86%
B=16.29%

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
Decimal2532309400.090.630.0151.3297.5568.04
HexFDE65E093F1336244
Octal37534613601177163142104
Binary1111110111100110101111001001111111111001111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE65E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE65E; }

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

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

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

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

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

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

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

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