#FDE176

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

Shades of Sweet Corn #FDE176

Tints of Sweet Corn #FDE176

Color information

#FDE176 (or 0xFDE176) is unknown color: approx Sweet Corn. HEX triplet: FD, E1 and 76. RGB value is (253,225,118). Sum of RGB (Red+Green+Blue) = 253+225+118=596 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.45% from 596); Green value is 225 (88.28% from 255 or 37.75% from 596); Blue value is 118 (46.48% from 255 or 19.80% from 596); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE176 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE176 is #021E89. Grayscale: #DDDDDD. Windows color (decimal): -138890 or 7791101. OLE color: 7791101.

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

Color convert

RGB253225118-
CMYK00.110.530.01
HSL47.56º97.12%72.75%-
HSV(B)47.56º53.36%99.22%-
XYZ70.776.0428.09-
YUV221.1769.78150.7-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.45%
GREEN value IS 225 (88.28% from 255) = 37.75%
BLUE value IS 118 (46.48% from 255) = 19.80%
R=42.45%
G=37.75%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.53
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322511800.110.530.0147.5697.1272.75
HexFDE1760B351306149
Octal37534116601365160141111
Binary1111110111100001111011001011110101111000011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE176; }

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

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

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

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

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

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

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

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