#FDE17F

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

Shades of Sweet Corn #FDE17F

Tints of Sweet Corn #FDE17F

Color information

#FDE17F (or 0xFDE17F) is unknown color: approx Sweet Corn. HEX triplet: FD, E1 and 7F. RGB value is (253,225,127). Sum of RGB (Red+Green+Blue) = 253+225+127=605 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.82% from 605); Green value is 225 (88.28% from 255 or 37.19% from 605); Blue value is 127 (50% from 255 or 20.99% from 605); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE17F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE17F is #021E80. Grayscale: #DEDEDE. Windows color (decimal): -138881 or 8380925. OLE color: 8380925.

HSL color Cylindrical-coordinate representation of color #FDE17F: hue angle of 46.67º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FDE17F is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB253225127-
CMYK00.110.500.01
HSL46.67º96.92%74.51%-
HSV(B)46.67º49.8%99.22%-
XYZ71.2676.2731.04-
YUV222.274.28149.97-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.82%
GREEN value IS 225 (88.28% from 255) = 37.19%
BLUE value IS 127 (50% from 255) = 20.99%
R=41.82%
G=37.19%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.50
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322512700.110.500.0146.6796.9274.51
HexFDE17F0B3212f614b
Octal37534117701362157141113
Binary1111110111100001111111101011110010110111111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE17F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE17F; }

 p { color: rgb(253,225,127); }

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

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

 a { background-color: rgb(253,225,127); }

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

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

 span { border-color: rgb(253,225,127); }

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