#FADF79

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

Shades of Sweet Corn #FADF79

Tints of Sweet Corn #FADF79

Color information

#FADF79 (or 0xFADF79) is unknown color: approx Sweet Corn. HEX triplet: FA, DF and 79. RGB value is (250,223,121). Sum of RGB (Red+Green+Blue) = 250+223+121=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 223 (87.5% from 255 or 37.54% from 594); Blue value is 121 (47.66% from 255 or 20.37% from 594); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF79 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADF79 is #052086. Grayscale: #DBDBDB. Windows color (decimal): -336007 or 7987194. OLE color: 7987194.

HSL color Cylindrical-coordinate representation of color #FADF79: hue angle of 47.44º 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 #FADF79 is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.02.

Color convert

RGB250223121-
CMYK00.110.520.02
HSL47.44º92.81%72.75%-
HSV(B)47.44º51.6%98.04%-
XYZ69.2674.4828.81-
YUV219.4472.45149.79-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.09%
GREEN value IS 223 (87.5% from 255) = 37.54%
BLUE value IS 121 (47.66% from 255) = 20.37%
R=42.09%
G=37.54%
B=20.37%

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
Decimal25022312100.110.520.0247.4492.8172.75
HexFADF790B3422f5d49
Octal37233717101364257135111
Binary11111010110111111111001010111101001010111110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADF79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADF79; }

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

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

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

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

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

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

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

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