#FADE79

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

Shades of Sweet Corn #FADE79

Tints of Sweet Corn #FADE79

Color information

#FADE79 (or 0xFADE79) is unknown color: approx Sweet Corn. HEX triplet: FA, DE and 79. RGB value is (250,222,121). Sum of RGB (Red+Green+Blue) = 250+222+121=593 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.16% from 593); Green value is 222 (87.11% from 255 or 37.44% from 593); Blue value is 121 (47.66% from 255 or 20.40% from 593); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE79 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADE79 is #052186. Grayscale: #DBDBDB. Windows color (decimal): -336263 or 7986938. OLE color: 7986938.

HSL color Cylindrical-coordinate representation of color #FADE79: hue angle of 46.98º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FADE79 is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.02.

Color convert

RGB250222121-
CMYK00.110.520.02
HSL46.98º92.81%72.75%-
HSV(B)46.98º51.6%98.04%-
XYZ6973.9528.73-
YUV218.8672.78150.21-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.16%
GREEN value IS 222 (87.11% from 255) = 37.44%
BLUE value IS 121 (47.66% from 255) = 20.40%
R=42.16%
G=37.44%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.52
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022212100.110.520.0246.9892.8172.75
HexFADE790B3422f5d49
Octal37233617101364257135111
Binary11111010110111101111001010111101001010111110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADE79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADE79; }

 p { color: rgb(250,222,121); }

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

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

 a { background-color: rgb(250,222,121); }

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

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

 span { border-color: rgb(250,222,121); }

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