#FDDE76

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

Shades of Sweet Corn #FDDE76

Tints of Sweet Corn #FDDE76

Color information

#FDDE76 (or 0xFDDE76) is unknown color: approx Sweet Corn. HEX triplet: FD, DE and 76. RGB value is (253,222,118). Sum of RGB (Red+Green+Blue) = 253+222+118=593 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.66% from 593); Green value is 222 (87.11% from 255 or 37.44% from 593); Blue value is 118 (46.48% from 255 or 19.90% from 593); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDE76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDE76 is #022189. Grayscale: #DBDBDB. Windows color (decimal): -139658 or 7790333. OLE color: 7790333.

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

Color convert

RGB253222118-
CMYK00.120.530.01
HSL46.22º97.12%72.75%-
HSV(B)46.22º53.36%99.22%-
XYZ69.974.4327.82-
YUV219.4170.77151.96-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.66%
GREEN value IS 222 (87.11% from 255) = 37.44%
BLUE value IS 118 (46.48% from 255) = 19.90%
R=42.66%
G=37.44%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.53
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322211800.120.530.0146.2297.1272.75
HexFDDE760C3512e6149
Octal37533616601465156141111
Binary1111110111011110111011001100110101110111011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDE76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDE76; }

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

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

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

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

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

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

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

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