#FDDD78

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

Shades of Sweet Corn #FDDD78

Tints of Sweet Corn #FDDD78

Color information

#FDDD78 (or 0xFDDD78) is unknown color: approx Sweet Corn. HEX triplet: FD, DD and 78. RGB value is (253,221,120). Sum of RGB (Red+Green+Blue) = 253+221+120=594 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.59% from 594); Green value is 221 (86.72% from 255 or 37.21% from 594); Blue value is 120 (47.27% from 255 or 20.20% from 594); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDD78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDD78 is #022287. Grayscale: #DBDBDB. Windows color (decimal): -139912 or 7921149. OLE color: 7921149.

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

Color convert

RGB253221120-
CMYK00.130.530.01
HSL45.56º97.08%73.14%-
HSV(B)45.56º52.57%99.22%-
XYZ69.7573.9528.37-
YUV219.0572.1152.21-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.59%
GREEN value IS 221 (86.72% from 255) = 37.21%
BLUE value IS 120 (47.27% from 255) = 20.20%
R=42.59%
G=37.21%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.53
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322112000.130.530.0145.5697.0873.14
HexFDDD780D3512e6149
Octal37533517001565156141111
Binary1111110111011101111100001101110101110111011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDD78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDD78; }

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

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

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

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

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

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

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

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