#FDE37D

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

Shades of Sweet Corn #FDE37D

Tints of Sweet Corn #FDE37D

Color information

#FDE37D (or 0xFDE37D) is unknown color: approx Sweet Corn. HEX triplet: FD, E3 and 7D. RGB value is (253,227,125). Sum of RGB (Red+Green+Blue) = 253+227+125=605 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.82% from 605); Green value is 227 (89.06% from 255 or 37.52% from 605); Blue value is 125 (49.22% from 255 or 20.66% from 605); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE37D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE37D is #021C82. Grayscale: #DFDFDF. Windows color (decimal): -138371 or 8250365. OLE color: 8250365.

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

Color convert

RGB253227125-
CMYK00.100.510.01
HSL47.81º96.97%74.12%-
HSV(B)47.81º50.59%99.22%-
XYZ71.6877.330.54-
YUV223.1572.61149.29-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.82%
GREEN value IS 227 (89.06% from 255) = 37.52%
BLUE value IS 125 (49.22% from 255) = 20.66%
R=41.82%
G=37.52%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.51
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322712500.100.510.0147.8196.9774.12
HexFDE37D0A33130614a
Octal37534317501263160141112
Binary1111110111100011111110101010110011111000011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE37D; }

 p { color: rgb(253,227,125); }

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

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

 a { background-color: rgb(253,227,125); }

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

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

 span { border-color: rgb(253,227,125); }

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