#FDE478

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

Shades of Sweet Corn #FDE478

Tints of Sweet Corn #FDE478

Color information

#FDE478 (or 0xFDE478) is unknown color: approx Sweet Corn. HEX triplet: FD, E4 and 78. RGB value is (253,228,120). Sum of RGB (Red+Green+Blue) = 253+228+120=601 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.10% from 601); Green value is 228 (89.45% from 255 or 37.94% from 601); Blue value is 120 (47.27% from 255 or 19.97% from 601); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE478 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE478 is #021B87. Grayscale: #DFDFDF. Windows color (decimal): -138120 or 7922941. OLE color: 7922941.

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

Color convert

RGB253228120-
CMYK00.100.530.01
HSL48.72º97.08%73.14%-
HSV(B)48.72º52.57%99.22%-
XYZ71.6477.7329-
YUV223.1669.78149.28-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.10%
GREEN value IS 228 (89.45% from 255) = 37.94%
BLUE value IS 120 (47.27% from 255) = 19.97%
R=42.10%
G=37.94%
B=19.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.53
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322812000.100.530.0148.7297.0873.14
HexFDE4780A351316149
Octal37534417001265161141111
Binary1111110111100100111100001010110101111000111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE478; }

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

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

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

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

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

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

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

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