#FDDE79

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

Shades of Sweet Corn #FDDE79

Tints of Sweet Corn #FDDE79

Color information

#FDDE79 (or 0xFDDE79) is unknown color: approx Sweet Corn. HEX triplet: FD, DE and 79. RGB value is (253,222,121). Sum of RGB (Red+Green+Blue) = 253+222+121=596 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.45% from 596); Green value is 222 (87.11% from 255 or 37.25% from 596); Blue value is 121 (47.66% from 255 or 20.30% from 596); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDE79 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDE79 is #022186. Grayscale: #DCDCDC. Windows color (decimal): -139655 or 7986941. OLE color: 7986941.

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

Color convert

RGB253222121-
CMYK00.120.520.01
HSL45.91º97.06%73.33%-
HSV(B)45.91º52.17%99.22%-
XYZ70.0874.5128.78-
YUV219.7672.27151.71-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.45%
GREEN value IS 222 (87.11% from 255) = 37.25%
BLUE value IS 121 (47.66% from 255) = 20.30%
R=42.45%
G=37.25%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.52
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322212100.120.520.0145.9197.0673.33
HexFDDE790C3412e6149
Octal37533617101464156141111
Binary1111110111011110111100101100110100110111011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDE79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDE79; }

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

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

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

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

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

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

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

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