#FDE876

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

Shades of Sweet Corn #FDE876

Tints of Sweet Corn #FDE876

Color information

#FDE876 (or 0xFDE876) is unknown color: approx Sweet Corn. HEX triplet: FD, E8 and 76. RGB value is (253,232,118). Sum of RGB (Red+Green+Blue) = 253+232+118=603 (79% of max value = 765). Red value is 253 (99.22% from 255 or 41.96% from 603); Green value is 232 (91.02% from 255 or 38.47% from 603); Blue value is 118 (46.48% from 255 or 19.57% from 603); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE876 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDE876 is #021789. Grayscale: #E1E1E1. Windows color (decimal): -137098 or 7792893. OLE color: 7792893.

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

Color convert

RGB253232118-
CMYK00.080.530.01
HSL50.67º97.12%72.75%-
HSV(B)50.67º53.36%99.22%-
XYZ72.6379.928.73-
YUV225.2867.46147.77-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.96%
GREEN value IS 232 (91.02% from 255) = 38.47%
BLUE value IS 118 (46.48% from 255) = 19.57%
R=41.96%
G=38.47%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.53
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323211800.080.530.0150.6797.1272.75
HexFDE87608351336149
Octal37535016601065163141111
Binary1111110111101000111011001000110101111001111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE876; }

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

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

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

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

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

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

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

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