#FDE65D

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

Shades of Corn #FDE65D

Tints of Corn #FDE65D

Color information

#FDE65D (or 0xFDE65D) is unknown color: approx Corn. HEX triplet: FD, E6 and 5D. RGB value is (253,230,93). Sum of RGB (Red+Green+Blue) = 253+230+93=576 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.92% from 576); Green value is 230 (90.23% from 255 or 39.93% from 576); Blue value is 93 (36.72% from 255 or 16.15% from 576); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE65D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDE65D is #0219A2. Grayscale: #DDDDDD. Windows color (decimal): -137635 or 6153981. OLE color: 6153981.

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

Color convert

RGB25323093-
CMYK00.090.630.01
HSL51.38º97.56%67.84%-
HSV(B)51.38º63.24%99.22%-
XYZ70.7878.2721.73-
YUV221.2655.62150.64-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.92%
GREEN value IS 230 (90.23% from 255) = 39.93%
BLUE value IS 93 (36.72% from 255) = 16.15%
R=43.92%
G=39.93%
B=16.15%

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
Decimal2532309300.090.630.0151.3897.5667.84
HexFDE65D093F1336244
Octal37534613501177163142104
Binary1111110111100110101110101001111111111001111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE65D; }

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

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

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

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

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

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

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

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