#FADE77

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

Shades of Sweet Corn #FADE77

Tints of Sweet Corn #FADE77

Color information

#FADE77 (or 0xFADE77) is unknown color: approx Sweet Corn. HEX triplet: FA, DE and 77. RGB value is (250,222,119). Sum of RGB (Red+Green+Blue) = 250+222+119=591 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.30% from 591); Green value is 222 (87.11% from 255 or 37.56% from 591); Blue value is 119 (46.88% from 255 or 20.14% from 591); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADE77 is #052188. Grayscale: #DBDBDB. Windows color (decimal): -336265 or 7855866. OLE color: 7855866.

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

Color convert

RGB250222119-
CMYK00.110.520.02
HSL47.18º92.91%72.35%-
HSV(B)47.18º52.4%98.04%-
XYZ68.8873.928.09-
YUV218.6371.78150.38-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.30%
GREEN value IS 222 (87.11% from 255) = 37.56%
BLUE value IS 119 (46.88% from 255) = 20.14%
R=42.30%
G=37.56%
B=20.14%

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
Decimal25022211900.110.520.0247.1892.9172.35
HexFADE770B3422f5d48
Octal37233616701364257135110
Binary11111010110111101110111010111101001010111110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADE77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADE77; }

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

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

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

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

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

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

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

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