#FDE078

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

Shades of Sweet Corn #FDE078

Tints of Sweet Corn #FDE078

Color information

#FDE078 (or 0xFDE078) is unknown color: approx Sweet Corn. HEX triplet: FD, E0 and 78. RGB value is (253,224,120). Sum of RGB (Red+Green+Blue) = 253+224+120=597 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.38% from 597); Green value is 224 (87.89% from 255 or 37.52% from 597); Blue value is 120 (47.27% from 255 or 20.10% from 597); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE078 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE078 is #021F87. Grayscale: #DDDDDD. Windows color (decimal): -139144 or 7921917. OLE color: 7921917.

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

Color convert

RGB253224120-
CMYK00.110.530.01
HSL46.92º97.08%73.14%-
HSV(B)46.92º52.57%99.22%-
XYZ70.5575.5528.63-
YUV220.8271.11150.96-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.38%
GREEN value IS 224 (87.89% from 255) = 37.52%
BLUE value IS 120 (47.27% from 255) = 20.10%
R=42.38%
G=37.52%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.53
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322412000.110.530.0146.9297.0873.14
HexFDE0780B3512f6149
Octal37534017001365157141111
Binary1111110111100000111100001011110101110111111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE078; }

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

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

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

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

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

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

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

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