#fad86c

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

Shades of Sweet Corn #FAD86C

Tints of Sweet Corn #FAD86C

Color information

#FAD86C (or 0xFAD86C) is unknown color: approx Sweet Corn. HEX triplet: FA, D8 and 6C. RGB value is (250,216,108). Sum of RGB (Red+Green+Blue) = 250+216+108=574 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.55% from 574); Green value is 216 (84.77% from 255 or 37.63% from 574); Blue value is 108 (42.58% from 255 or 18.82% from 574); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD86C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD86C is #052793. Grayscale: #D6D6D6. Windows color (decimal): -337812 or 7133434. OLE color: 7133434.

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

Color convert

RGB250216108-
CMYK00.140.570.02
HSL45.63º93.42%70.2%-
HSV(B)45.63º56.8%98.04%-
XYZ66.6970.5224.28-
YUV213.8568.26153.78-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.55%
GREEN value IS 216 (84.77% from 255) = 37.63%
BLUE value IS 108 (42.58% from 255) = 18.82%
R=43.55%
G=37.63%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021610800.140.570.0245.6393.4270.2
HexFAD86C0E3922e5d46
Octal37233015401671256135106
Binary11111010110110001101100011101110011010111010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fad86c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fad86c; }

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

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

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

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

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

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

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

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