#FADE69

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

Shades of Sweet Corn #FADE69

Tints of Sweet Corn #FADE69

Color information

#FADE69 (or 0xFADE69) is unknown color: approx Sweet Corn. HEX triplet: FA, DE and 69. RGB value is (250,222,105). Sum of RGB (Red+Green+Blue) = 250+222+105=577 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.33% from 577); Green value is 222 (87.11% from 255 or 38.47% from 577); Blue value is 105 (41.41% from 255 or 18.20% from 577); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADE69 is #052196. Grayscale: #D9D9D9. Windows color (decimal): -336279 or 6938362. OLE color: 6938362.

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

Color convert

RGB250222105-
CMYK00.110.580.02
HSL48.41º93.55%69.61%-
HSV(B)48.41º58%98.04%-
XYZ68.173.5923.98-
YUV217.0364.78151.51-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.33%
GREEN value IS 222 (87.11% from 255) = 38.47%
BLUE value IS 105 (41.41% from 255) = 18.20%
R=43.33%
G=38.47%
B=18.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022210500.110.580.0248.4193.5569.61
HexFADE690B3A2305e46
Octal37233615101372260136106
Binary11111010110111101101001010111110101011000010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADE69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADE69; }

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

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

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

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

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

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

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

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