#FADB6E

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

Shades of Sweet Corn #FADB6E

Tints of Sweet Corn #FADB6E

Color information

#FADB6E (or 0xFADB6E) is unknown color: approx Sweet Corn. HEX triplet: FA, DB and 6E. RGB value is (250,219,110). Sum of RGB (Red+Green+Blue) = 250+219+110=579 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.18% from 579); Green value is 219 (85.94% from 255 or 37.82% from 579); Blue value is 110 (43.36% from 255 or 19.00% from 579); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADB6E is #052491. Grayscale: #D8D8D8. Windows color (decimal): -337042 or 7265274. OLE color: 7265274.

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

Color convert

RGB250219110-
CMYK00.120.560.02
HSL46.71º93.33%70.59%-
HSV(B)46.71º56%98.04%-
XYZ67.5772.1125.11-
YUV215.8468.27152.36-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.18%
GREEN value IS 219 (85.94% from 255) = 37.82%
BLUE value IS 110 (43.36% from 255) = 19.00%
R=43.18%
G=37.82%
B=19.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.56
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021911000.120.560.0246.7193.3370.59
HexFADB6E0C3822f5d47
Octal37233315601470257135107
Binary11111010110110111101110011001110001010111110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADB6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADB6E; }

 p { color: rgb(250,219,110); }

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

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

 a { background-color: rgb(250,219,110); }

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

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

 span { border-color: rgb(250,219,110); }

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