#FADC73

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

Shades of Sweet Corn #FADC73

Tints of Sweet Corn #FADC73

Color information

#FADC73 (or 0xFADC73) is unknown color: approx Sweet Corn. HEX triplet: FA, DC and 73. RGB value is (250,220,115). Sum of RGB (Red+Green+Blue) = 250+220+115=585 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.74% from 585); Green value is 220 (86.33% from 255 or 37.61% from 585); Blue value is 115 (45.31% from 255 or 19.66% from 585); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADC73 is #05238C. Grayscale: #D9D9D9. Windows color (decimal): -336781 or 7593210. OLE color: 7593210.

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

Color convert

RGB250220115-
CMYK00.120.540.02
HSL46.67º93.1%71.57%-
HSV(B)46.67º54%98.04%-
XYZ68.1172.7526.67-
YUV21770.44151.54-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.74%
GREEN value IS 220 (86.33% from 255) = 37.61%
BLUE value IS 115 (45.31% from 255) = 19.66%
R=42.74%
G=37.61%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022011500.120.540.0246.6793.171.57
HexFADC730C3622f5d48
Octal37233416301466257135110
Binary11111010110111001110011011001101101010111110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADC73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADC73; }

 p { color: rgb(250,220,115); }

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

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

 a { background-color: rgb(250,220,115); }

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

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

 span { border-color: rgb(250,220,115); }

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