#FADC6C

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

Shades of Sweet Corn #FADC6C

Tints of Sweet Corn #FADC6C

Color information

#FADC6C (or 0xFADC6C) is unknown color: approx Sweet Corn. HEX triplet: FA, DC and 6C. RGB value is (250,220,108). Sum of RGB (Red+Green+Blue) = 250+220+108=578 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.25% from 578); Green value is 220 (86.33% from 255 or 38.06% from 578); Blue value is 108 (42.58% from 255 or 18.69% from 578); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADC6C is #052393. Grayscale: #D8D8D8. Windows color (decimal): -336788 or 7134458. OLE color: 7134458.

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

Color convert

RGB250220108-
CMYK00.120.570.02
HSL47.32º93.42%70.2%-
HSV(B)47.32º56.8%98.04%-
XYZ67.7272.5924.63-
YUV216.266.94152.11-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.25%
GREEN value IS 220 (86.33% from 255) = 38.06%
BLUE value IS 108 (42.58% from 255) = 18.69%
R=43.25%
G=38.06%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022010800.120.570.0247.3293.4270.2
HexFADC6C0C3922f5d46
Octal37233415401471257135106
Binary11111010110111001101100011001110011010111110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADC6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADC6C; }

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

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

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

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

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

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

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

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