#FADB6A

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

Shades of Sweet Corn #FADB6A

Tints of Sweet Corn #FADB6A

Color information

#FADB6A (or 0xFADB6A) is unknown color: approx Sweet Corn. HEX triplet: FA, DB and 6A. RGB value is (250,219,106). Sum of RGB (Red+Green+Blue) = 250+219+106=575 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.48% from 575); Green value is 219 (85.94% from 255 or 38.09% from 575); Blue value is 106 (41.80% from 255 or 18.43% from 575); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADB6A is #052495. Grayscale: #D7D7D7. Windows color (decimal): -337046 or 7003130. OLE color: 7003130.

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

Color convert

RGB250219106-
CMYK00.120.580.02
HSL47.08º93.51%69.8%-
HSV(B)47.08º57.6%98.04%-
XYZ67.3672.0323.99-
YUV215.3966.27152.69-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.48%
GREEN value IS 219 (85.94% from 255) = 38.09%
BLUE value IS 106 (41.80% from 255) = 18.43%
R=43.48%
G=38.09%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021910600.120.580.0247.0893.5169.8
HexFADB6A0C3A22f5e46
Octal37233315201472257136106
Binary11111010110110111101010011001110101010111110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADB6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADB6A; }

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

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

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

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

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

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

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

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