#FADF71

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

Shades of Sweet Corn #FADF71

Tints of Sweet Corn #FADF71

Color information

#FADF71 (or 0xFADF71) is unknown color: approx Sweet Corn. HEX triplet: FA, DF and 71. RGB value is (250,223,113). Sum of RGB (Red+Green+Blue) = 250+223+113=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 223 (87.5% from 255 or 38.05% from 586); Blue value is 113 (44.53% from 255 or 19.28% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADF71 is #05208E. Grayscale: #DBDBDB. Windows color (decimal): -336015 or 7462906. OLE color: 7462906.

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

Color convert

RGB250223113-
CMYK00.110.550.02
HSL48.18º93.2%71.18%-
HSV(B)48.18º54.8%98.04%-
XYZ68.7974.2926.34-
YUV218.5368.45150.44-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.66%
GREEN value IS 223 (87.5% from 255) = 38.05%
BLUE value IS 113 (44.53% from 255) = 19.28%
R=42.66%
G=38.05%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022311300.110.550.0248.1893.271.18
HexFADF710B372305d47
Octal37233716101367260135107
Binary11111010110111111110001010111101111011000010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADF71; }

 p { color: rgb(250,223,113); }

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

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

 a { background-color: rgb(250,223,113); }

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

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

 span { border-color: rgb(250,223,113); }

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