#FDE474

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

Shades of Sweet Corn #FDE474

Tints of Sweet Corn #FDE474

Color information

#FDE474 (or 0xFDE474) is unknown color: approx Sweet Corn. HEX triplet: FD, E4 and 74. RGB value is (253,228,116). Sum of RGB (Red+Green+Blue) = 253+228+116=597 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.38% from 597); Green value is 228 (89.45% from 255 or 38.19% from 597); Blue value is 116 (45.70% from 255 or 19.43% from 597); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE474 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE474 is #021B8B. Grayscale: #DFDFDF. Windows color (decimal): -138124 or 7660797. OLE color: 7660797.

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

Color convert

RGB253228116-
CMYK00.100.540.01
HSL49.05º97.16%72.35%-
HSV(B)49.05º54.15%99.22%-
XYZ71.477.6327.74-
YUV222.7167.78149.61-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.38%
GREEN value IS 228 (89.45% from 255) = 38.19%
BLUE value IS 116 (45.70% from 255) = 19.43%
R=42.38%
G=38.19%
B=19.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322811600.100.540.0149.0597.1672.35
HexFDE4740A361316148
Octal37534416401266161141110
Binary1111110111100100111010001010110110111000111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE474; }

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

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

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

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

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

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

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

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