#FDDE78

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

Shades of Sweet Corn #FDDE78

Tints of Sweet Corn #FDDE78

Color information

#FDDE78 (or 0xFDDE78) is unknown color: approx Sweet Corn. HEX triplet: FD, DE and 78. RGB value is (253,222,120). Sum of RGB (Red+Green+Blue) = 253+222+120=595 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.52% from 595); Green value is 222 (87.11% from 255 or 37.31% from 595); Blue value is 120 (47.27% from 255 or 20.17% from 595); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDE78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDE78 is #022187. Grayscale: #DCDCDC. Windows color (decimal): -139656 or 7921405. OLE color: 7921405.

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

Color convert

RGB253222120-
CMYK00.120.530.01
HSL46.02º97.08%73.14%-
HSV(B)46.02º52.57%99.22%-
XYZ70.0274.4828.46-
YUV219.6471.77151.79-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.52%
GREEN value IS 222 (87.11% from 255) = 37.31%
BLUE value IS 120 (47.27% from 255) = 20.17%
R=42.52%
G=37.31%
B=20.17%

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
Decimal25322212000.120.530.0146.0297.0873.14
HexFDDE780C3512e6149
Octal37533617001465156141111
Binary1111110111011110111100001100110101110111011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDE78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDE78; }

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

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

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

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

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

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

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

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