#FAD86D

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

Shades of Sweet Corn #FAD86D

Tints of Sweet Corn #FAD86D

Color information

#FAD86D (or 0xFAD86D) is unknown color: approx Sweet Corn. HEX triplet: FA, D8 and 6D. RGB value is (250,216,109). Sum of RGB (Red+Green+Blue) = 250+216+109=575 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.48% from 575); Green value is 216 (84.77% from 255 or 37.57% from 575); Blue value is 109 (42.97% from 255 or 18.96% from 575); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD86D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD86D is #052792. Grayscale: #D6D6D6. Windows color (decimal): -337811 or 7198970. OLE color: 7198970.

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

Color convert

RGB250216109-
CMYK00.140.560.02
HSL45.53º93.38%70.39%-
HSV(B)45.53º56.4%98.04%-
XYZ66.7470.5424.57-
YUV213.9768.76153.7-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.48%
GREEN value IS 216 (84.77% from 255) = 37.57%
BLUE value IS 109 (42.97% from 255) = 18.96%
R=43.48%
G=37.57%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.56
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021610900.140.560.0245.5393.3870.39
HexFAD86D0E3822e5d46
Octal37233015501670256135106
Binary11111010110110001101101011101110001010111010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD86D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD86D; }

 p { color: rgb(250,216,109); }

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

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

 a { background-color: rgb(250,216,109); }

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

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

 span { border-color: rgb(250,216,109); }

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