#FADB70

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

Shades of Sweet Corn #FADB70

Tints of Sweet Corn #FADB70

Color information

#FADB70 (or 0xFADB70) is unknown color: approx Sweet Corn. HEX triplet: FA, DB and 70. RGB value is (250,219,112). Sum of RGB (Red+Green+Blue) = 250+219+112=581 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.03% from 581); Green value is 219 (85.94% from 255 or 37.69% from 581); Blue value is 112 (44.14% from 255 or 19.28% from 581); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADB70 is #05248F. Grayscale: #D8D8D8. Windows color (decimal): -337040 or 7396346. OLE color: 7396346.

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

Color convert

RGB250219112-
CMYK00.120.550.02
HSL46.52º93.24%70.98%-
HSV(B)46.52º55.2%98.04%-
XYZ67.6872.1625.69-
YUV216.0769.27152.2-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.03%
GREEN value IS 219 (85.94% from 255) = 37.69%
BLUE value IS 112 (44.14% from 255) = 19.28%
R=43.03%
G=37.69%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021911200.120.550.0246.5293.2470.98
HexFADB700C3722f5d47
Octal37233316001467257135107
Binary11111010110110111110000011001101111010111110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADB70; }

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

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

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

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

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

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

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

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