#FAD96D

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

Shades of Sweet Corn #FAD96D

Tints of Sweet Corn #FAD96D

Color information

#FAD96D (or 0xFAD96D) is unknown color: approx Sweet Corn. HEX triplet: FA, D9 and 6D. RGB value is (250,217,109). Sum of RGB (Red+Green+Blue) = 250+217+109=576 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.40% from 576); Green value is 217 (85.16% from 255 or 37.67% from 576); Blue value is 109 (42.97% from 255 or 18.92% from 576); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD96D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD96D is #052692. Grayscale: #D7D7D7. Windows color (decimal): -337555 or 7199226. OLE color: 7199226.

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

Color convert

RGB250217109-
CMYK00.130.560.02
HSL45.96º93.38%70.39%-
HSV(B)45.96º56.4%98.04%-
XYZ6771.0524.65-
YUV214.5568.43153.28-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.40%
GREEN value IS 217 (85.16% from 255) = 37.67%
BLUE value IS 109 (42.97% from 255) = 18.92%
R=43.40%
G=37.67%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.56
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021710900.130.560.0245.9693.3870.39
HexFAD96D0D3822e5d46
Octal37233115501570256135106
Binary11111010110110011101101011011110001010111010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD96D; }

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

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

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

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

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

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

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

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